Html Css Color HEX #C6032B Venetian Red

📋 copy color: '#C6032B'

red 198 ◦ green 3 ◦ blue 43

#C6032B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #C6032B

Tints of Venetian Red #C6032B

RGB

 RED value IS 198 (77.73% from 255) = 81.15%

 GREEN value IS 3 (1.56% from 255) = 1.23%

 BLUE value IS 43 (17.19% from 255) = 17.62%

R = 81.15%
G = 1.23%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C6032B (or 0xC6032B) is known color: Venetian Red. HEX triplet: C6, 03 and 2B. RGB value is (198,3,43). Sum of RGB (Red+Green+Blue) = 198+3+43=244 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.15% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 198 - color contains mainly: red. Hex color #C6032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6032B is #39FCD4. Grayscale: #414141. Windows color (decimal): -3800277 or 2819014. OLE color: 2819014.

HSL color Cylindrical-coordinate representation of color #C6032B: hue angle of 347.69º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6032B is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 3 43 -
CMYK 0 0.98 0.78 0.22
HSL 347.69º 0.97% 0.39% -
HSV(B) 347.69º 0.98% 0.78% -
XYZ 23.76 12.25 3.4 -
YUV 65.87 115.1 222.25 -
System Red Green Blue C M Y K H S L
Decimal 198 3 43 0 0.98 0.78 0.22 347.69 0.97 0.39
Hex C6 3 2B 0 62 4E 16 15C 61 27
Octal 306 3 53 0 142 116 26 534 141 47
Binary 11000110 11 101011 0 1100010 1001110 10110 101011100 1100001 100111

Color Harmonies of #C6032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6032B

Black with #C6032B

Text Example


Text Example

White with #C6032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6032B; }

 p { color: rgb(198,3,43); }

 H1.HeaderClassName
 {
   color: #C6032B;
 }
 .AnyTagClassName
 {
   color: #C6032B;
 }
</style>

background-color css

<style>
 a { background-color: #C6032B; }

 a { background-color: rgb(198,3,43); }

 div.DivClassName
 {
   background-color: #C6032B;
 }
 .BgClassName
 {
   background-color: #C6032B;
 }
</style>

border-color css

<style>
 span { border-color: #C6032B; }

 span { border-color: rgb(198,3,43); }

 td.TdClassName
 {
   border-color: #C6032B;
 }
 .TagClassName
 {
   border-color: #C6032B;
 }
</style>