Html Css Color HEX #C00412 Venetian Red

📋 copy color: '#C00412'

red 192 ◦ green 4 ◦ blue 18

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

Shades of Venetian Red #C00412

Tints of Venetian Red #C00412

RGB

 RED value IS 192 (75.39% from 255) = 89.72%

 GREEN value IS 4 (1.95% from 255) = 1.87%

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

R = 89.72%
G = 1.87%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C00412 (or 0xC00412) is known color: Venetian Red. HEX triplet: C0, 04 and 12. RGB value is (192,4,18). Sum of RGB (Red+Green+Blue) = 192+4+18=214 (28% of max value = 765). Red value is 192 (75.39% from 255 or 89.72% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 192 - color contains mainly: red. Hex color #C00412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00412 is #3FFBED. Grayscale: #3D3D3D. Windows color (decimal): -4193262 or 1180864. OLE color: 1180864.

HSL color Cylindrical-coordinate representation of color #C00412: hue angle of 355.53º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00412 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 4 18 -
CMYK 0 0.98 0.91 0.25
HSL 355.53º 0.96% 0.38% -
HSV(B) 355.53º 0.98% 0.75% -
XYZ 21.89 11.34 1.61 -
YUV 61.81 103.28 220.86 -
System Red Green Blue C M Y K H S L
Decimal 192 4 18 0 0.98 0.91 0.25 355.53 0.96 0.38
Hex C0 4 12 0 62 5B 19 164 60 26
Octal 300 4 22 0 142 133 31 544 140 46
Binary 11000000 100 10010 0 1100010 1011011 11001 101100100 1100000 100110

Color Harmonies of #C00412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00412

Black with #C00412

Text Example


Text Example

White with #C00412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00412; }

 p { color: rgb(192,4,18); }

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

background-color css

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

 a { background-color: rgb(192,4,18); }

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

border-color css

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

 span { border-color: rgb(192,4,18); }

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