Html Css Color HEX #C00912 Venetian Red

📋 copy color: '#C00912'

red 192 ◦ green 9 ◦ blue 18

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

Shades of Venetian Red #C00912

Tints of Venetian Red #C00912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.11%

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

R = 87.67%
G = 4.11%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C00912 (or 0xC00912) is known color: Venetian Red. HEX triplet: C0, 09 and 12. RGB value is (192,9,18). Sum of RGB (Red+Green+Blue) = 192+9+18=219 (29% of max value = 765). Red value is 192 (75.39% from 255 or 87.67% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 192 - color contains mainly: red. Hex color #C00912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00912 is #3FF6ED. Grayscale: #404040. Windows color (decimal): -4191982 or 1182144. OLE color: 1182144.

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

Color convert

RGB 192 9 18 -
CMYK 0 0.95 0.91 0.25
HSL 357.05º 0.91% 0.39% -
HSV(B) 357.05º 0.95% 0.75% -
XYZ 21.95 11.45 1.62 -
YUV 64.74 101.63 218.77 -
System Red Green Blue C M Y K H S L
Decimal 192 9 18 0 0.95 0.91 0.25 357.05 0.91 0.39
Hex C0 9 12 0 5F 5B 19 165 5B 27
Octal 300 11 22 0 137 133 31 545 133 47
Binary 11000000 1001 10010 0 1011111 1011011 11001 101100101 1011011 100111

Color Harmonies of #C00912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00912

Black with #C00912

Text Example


Text Example

White with #C00912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00912; }

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

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

background-color css

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

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

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

border-color css

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

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

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