Html Css Color HEX #C40506 Venetian Red

📋 copy color: '#C40506'

red 196 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #C40506

Tints of Venetian Red #C40506

RGB

 RED value IS 196 (76.95% from 255) = 94.69%

 GREEN value IS 5 (2.34% from 255) = 2.42%

 BLUE value IS 6 (2.73% from 255) = 2.9%

R = 94.69%
G = 2.42%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C40506 (or 0xC40506) is known color: Venetian Red. HEX triplet: C4, 05 and 06. RGB value is (196,5,6). Sum of RGB (Red+Green+Blue) = 196+5+6=207 (27% of max value = 765). Red value is 196 (76.95% from 255 or 94.69% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 196 - color contains mainly: red. Hex color #C40506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40506 is #3BFAF9. Grayscale: #3E3E3E. Windows color (decimal): -3930874 or 394692. OLE color: 394692.

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

Color convert

RGB 196 5 6 -
CMYK 0 0.97 0.97 0.23
HSL 359.69º 0.95% 0.39% -
HSV(B) 359.69º 0.97% 0.77% -
XYZ 22.85 11.86 1.26 -
YUV 62.22 96.28 223.42 -
System Red Green Blue C M Y K H S L
Decimal 196 5 6 0 0.97 0.97 0.23 359.69 0.95 0.39
Hex C4 5 6 0 61 61 17 168 5F 27
Octal 304 5 6 0 141 141 27 550 137 47
Binary 11000100 101 110 0 1100001 1100001 10111 101101000 1011111 100111

Color Harmonies of #C40506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40506

Black with #C40506

Text Example


Text Example

White with #C40506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40506; }

 p { color: rgb(196,5,6); }

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

background-color css

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

 a { background-color: rgb(196,5,6); }

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

border-color css

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

 span { border-color: rgb(196,5,6); }

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