#CA020A

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

Shades of Venetian Red #CA020A

Tints of Venetian Red #CA020A

Color information

#CA020A (or 0xCA020A) is unknown color: approx Venetian Red. HEX triplet: CA, 02 and 0A. RGB value is (202,2,10). Sum of RGB (Red+Green+Blue) = 202+2+10=214 (28% of max value = 765). Red value is 202 (79.30% from 255 or 94.39% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 202 - color contains mainly: red. Hex color #CA020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA020A is #35FDF5. Grayscale: #3E3E3E. Windows color (decimal): -3538422 or 656074. OLE color: 656074.

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

Color convert

RGB202210-
CMYK00.990.950.21
HSL357.6º98.04%40%-
HSV(B)357.6º99.01%79.22%-
XYZ24.4312.621.44-
YUV62.7198.26227.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 94.39%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 10 (4.30% from 255) = 4.67%
R=94.39%
G=0.93%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20221000.990.950.21357.698.0440
HexCA2A0635F151666228
Octal31221201431372554614250
Binary11001010101010011000111011111101011011001101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA020A; }

 p { color: rgb(202,2,10); }

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

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

 a { background-color: rgb(202,2,10); }

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

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

 span { border-color: rgb(202,2,10); }

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