#CA0004

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

Shades of Venetian Red #CA0004

Tints of Venetian Red #CA0004

Color information

#CA0004 (or 0xCA0004) is unknown color: approx Venetian Red. HEX triplet: CA, 00 and 04. RGB value is (202,0,4). Sum of RGB (Red+Green+Blue) = 202+0+4=206 (27% of max value = 765). Red value is 202 (79.30% from 255 or 98.06% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0004 is #35FFFB. Grayscale: #3D3D3D. Windows color (decimal): -3538940 or 262346. OLE color: 262346.

HSL color Cylindrical-coordinate representation of color #CA0004: hue angle of 358.81º 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 #CA0004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB20204-
CMYK010.980.21
HSL358.81º100%39.61%-
HSV(B)358.81º100%79.22%-
XYZ24.3812.571.26-
YUV60.8595.92228.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 98.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 1.94%
R=98.06%
G=0%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20204010.980.21358.8110039.61
HexCA0406462151676428
Octal3120401441422554714450
Binary110010100100011001001100010101011011001111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0004; }

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

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

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

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

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

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

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

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