#CA0029

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

Shades of Venetian Red #CA0029

Tints of Venetian Red #CA0029

Color information

#CA0029 (or 0xCA0029) is unknown color: approx Venetian Red. HEX triplet: CA, 00 and 29. RGB value is (202,0,41). Sum of RGB (Red+Green+Blue) = 202+0+41=243 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.13% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0029 is #35FFD6. Grayscale: #414141. Windows color (decimal): -3538903 or 2687178. OLE color: 2687178.

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

Color convert

RGB202041-
CMYK010.800.21
HSL347.82º100%39.61%-
HSV(B)347.82º100%79.22%-
XYZ24.7612.723.25-
YUV65.07114.42225.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 83.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 16.87%
R=83.13%
G=0%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202041010.800.21347.8210039.61
HexCA029064501515c6428
Octal31205101441202553414450
Binary110010100101001011001001010000101011010111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0029; }

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

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

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

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

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

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

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

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