#CA0002

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

Shades of Venetian Red #CA0002

Tints of Venetian Red #CA0002

Color information

#CA0002 (or 0xCA0002) is unknown color: approx Venetian Red. HEX triplet: CA, 00 and 02. RGB value is (202,0,2). Sum of RGB (Red+Green+Blue) = 202+0+2=204 (27% of max value = 765). Red value is 202 (79.30% from 255 or 99.02% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0002 is #35FFFD. Grayscale: #3C3C3C. Windows color (decimal): -3538942 or 131274. OLE color: 131274.

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

Color convert

RGB20202-
CMYK010.990.21
HSL359.41º100%39.61%-
HSV(B)359.41º100%79.22%-
XYZ24.3712.561.2-
YUV60.6394.92228.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 99.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=99.02%
G=0%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20202010.990.21359.4110039.61
HexCA0206463151676428
Octal3120201441432554714450
Binary11001010010011001001100011101011011001111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0002; }

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

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

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

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

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

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

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

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