Html Css Color HEX #C00A0F Venetian Red

📋 copy color: '#C00A0F'

red 192 ◦ green 10 ◦ blue 15

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

Shades of Venetian Red #C00A0F

Tints of Venetian Red #C00A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.91%

R = 88.48%
G = 4.61%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C00A0F (or 0xC00A0F) is known color: Venetian Red. HEX triplet: C0, 0A and 0F. RGB value is (192,10,15). Sum of RGB (Red+Green+Blue) = 192+10+15=217 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.48% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00A0F is #3FF5F0. Grayscale: #414141. Windows color (decimal): -4191729 or 985792. OLE color: 985792.

HSL color Cylindrical-coordinate representation of color #C00A0F: hue angle of 358.35º 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 #C00A0F is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 10 15 -
CMYK 0 0.95 0.92 0.25
HSL 358.35º 0.9% 0.4% -
HSV(B) 358.35º 0.95% 0.75% -
XYZ 21.93 11.46 1.51 -
YUV 64.99 99.8 218.59 -
System Red Green Blue C M Y K H S L
Decimal 192 10 15 0 0.95 0.92 0.25 358.35 0.9 0.4
Hex C0 A F 0 5F 5C 19 166 5A 28
Octal 300 12 17 0 137 134 31 546 132 50
Binary 11000000 1010 1111 0 1011111 1011100 11001 101100110 1011010 101000

Color Harmonies of #C00A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00A0F

Black with #C00A0F

Text Example


Text Example

White with #C00A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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