Html Css Color HEX #C40012 Venetian Red

📋 copy color: '#C40012'

red 196 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #C40012

Tints of Venetian Red #C40012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 18 (7.42% from 255) = 8.41%

R = 91.59%
G = 0%
B = 8.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C40012 (or 0xC40012) is known color: Venetian Red. HEX triplet: C4, 00 and 12. RGB value is (196,0,18). Sum of RGB (Red+Green+Blue) = 196+0+18=214 (28% of max value = 765). Red value is 196 (76.95% from 255 or 91.59% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 196 - color contains mainly: red. Hex color #C40012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40012 is #3BFFED. Grayscale: #3C3C3C. Windows color (decimal): -3932142 or 1179844. OLE color: 1179844.

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

Color convert

RGB 196 0 18 -
CMYK 0 1 0.91 0.23
HSL 354.49º 1% 0.38% -
HSV(B) 354.49º 1% 0.77% -
XYZ 22.87 11.78 1.64 -
YUV 60.66 103.93 224.54 -
System Red Green Blue C M Y K H S L
Decimal 196 0 18 0 1 0.91 0.23 354.49 1 0.38
Hex C4 0 12 0 64 5B 17 162 64 26
Octal 304 0 22 0 144 133 27 542 144 46
Binary 11000100 0 10010 0 1100100 1011011 10111 101100010 1100100 100110

Color Harmonies of #C40012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40012

Black with #C40012

Text Example


Text Example

White with #C40012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40012; }

 p { color: rgb(196,0,18); }

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

background-color css

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

 a { background-color: rgb(196,0,18); }

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

border-color css

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

 span { border-color: rgb(196,0,18); }

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