#CA0B19

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

Shades of Venetian Red #CA0B19

Tints of Venetian Red #CA0B19

Color information

#CA0B19 (or 0xCA0B19) is unknown color: approx Venetian Red. HEX triplet: CA, 0B and 19. RGB value is (202,11,25). Sum of RGB (Red+Green+Blue) = 202+11+25=238 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.87% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0B19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0B19 is #35F4E6. Grayscale: #454545. Windows color (decimal): -3536103 or 1641418. OLE color: 1641418.

HSL color Cylindrical-coordinate representation of color #CA0B19: hue angle of 355.6º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0B19 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB2021125-
CMYK00.950.880.21
HSL355.6º89.67%41.76%-
HSV(B)355.6º94.55%79.22%-
XYZ24.6512.872.1-
YUV69.7102.78222.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 84.87%
GREEN value IS 11 (4.69% from 255) = 4.62%
BLUE value IS 25 (10.16% from 255) = 10.50%
R=84.87%
G=4.62%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202112500.950.880.21355.689.6741.76
HexCAB1905F58151645a2a
Octal312133101371302554413252
Binary11001010101111001010111111011000101011011001001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0B19; }

 p { color: rgb(202,11,25); }

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

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

 a { background-color: rgb(202,11,25); }

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

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

 span { border-color: rgb(202,11,25); }

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