Html Css Color HEX #C00A11 Venetian Red

📋 copy color: '#C00A11'

red 192 ◦ green 10 ◦ blue 17

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

Shades of Venetian Red #C00A11

Tints of Venetian Red #C00A11

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.57%

 BLUE value IS 17 (7.03% from 255) = 7.76%

R = 87.67%
G = 4.57%
B = 7.76%

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

#C00A11 (or 0xC00A11) is known color: Venetian Red. HEX triplet: C0, 0A and 11. RGB value is (192,10,17). Sum of RGB (Red+Green+Blue) = 192+10+17=219 (29% of max value = 765). Red value is 192 (75.39% from 255 or 87.67% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00A11 is #3FF5EE. Grayscale: #414141. Windows color (decimal): -4191727 or 1116864. OLE color: 1116864.

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

Color convert

RGB 192 10 17 -
CMYK 0 0.95 0.91 0.25
HSL 357.69º 0.9% 0.4% -
HSV(B) 357.69º 0.95% 0.75% -
XYZ 21.95 11.46 1.59 -
YUV 65.22 100.8 218.43 -
System Red Green Blue C M Y K H S L
Decimal 192 10 17 0 0.95 0.91 0.25 357.69 0.9 0.4
Hex C0 A 11 0 5F 5B 19 166 5A 28
Octal 300 12 21 0 137 133 31 546 132 50
Binary 11000000 1010 10001 0 1011111 1011011 11001 101100110 1011010 101000

Color Harmonies of #C00A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00A11

Black with #C00A11

Text Example


Text Example

White with #C00A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00A11; }

 p { color: rgb(192,10,17); }

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

background-color css

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

 a { background-color: rgb(192,10,17); }

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

border-color css

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

 span { border-color: rgb(192,10,17); }

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