#CA0120

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

Shades of Venetian Red #CA0120

Tints of Venetian Red #CA0120

Color information

#CA0120 (or 0xCA0120) is unknown color: approx Venetian Red. HEX triplet: CA, 01 and 20. RGB value is (202,1,32). Sum of RGB (Red+Green+Blue) = 202+1+32=235 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.96% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0120 is #35FEDF. Grayscale: #404040. Windows color (decimal): -3538656 or 2097610. OLE color: 2097610.

HSL color Cylindrical-coordinate representation of color #CA0120: hue angle of 350.75º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0120 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB202132-
CMYK01.000.840.21
HSL350.75º99.01%39.8%-
HSV(B)350.75º99.5%79.22%-
XYZ24.6312.682.52-
YUV64.63109.59225.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 85.96%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 32 (12.89% from 255) = 13.62%
R=85.96%
G=0.43%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213201.000.840.21350.7599.0139.8
HexCA120064541515f6328
Octal31214001441242553714350
Binary110010101100000011001001010100101011010111111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0120; }

 p { color: rgb(202,1,32); }

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

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

 a { background-color: rgb(202,1,32); }

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

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

 span { border-color: rgb(202,1,32); }

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