#C80A0B

Color #C80A0B Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #C80A0B

Tints of Venetian Red #C80A0B

Color information

#C80A0B (or 0xC80A0B) is unknown color: approx Venetian Red. HEX triplet: C8, 0A and 0B. RGB value is (200,10,11). Sum of RGB (Red+Green+Blue) = 200+10+11=221 (29% of max value = 765). Red value is 200 (78.52% from 255 or 90.50% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80A0B is #37F5F4. Grayscale: #434343. Windows color (decimal): -3667445 or 723656. OLE color: 723656.

HSL color Cylindrical-coordinate representation of color #C80A0B: hue angle of 359.68º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80A0B is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB2001011-
CMYK00.950.940.22
HSL359.68º90.48%41.18%-
HSV(B)359.68º95%78.43%-
XYZ23.9912.521.47-
YUV66.9296.45222.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 90.50%
GREEN value IS 10 (4.30% from 255) = 4.52%
BLUE value IS 11 (4.69% from 255) = 4.98%
R=90.50%
G=4.52%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200101100.950.940.22359.6890.4841.18
HexC8AB05F5E161685a29
Octal310121301371362655013251
Binary1100100010101011010111111011110101101011010001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80A0B; }

 p { color: rgb(200,10,11); }

 H1.HeaderClassName
 {
   color: #C80A0B;
 }
 .AnyTagClassName
 {
   color: #C80A0B;
 }
</style>
background-color css

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

 a { background-color: rgb(200,10,11); }

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

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

 span { border-color: rgb(200,10,11); }

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