#CA040A

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

Shades of Venetian Red #CA040A

Tints of Venetian Red #CA040A

Color information

#CA040A (or 0xCA040A) is unknown color: approx Venetian Red. HEX triplet: CA, 04 and 0A. RGB value is (202,4,10). Sum of RGB (Red+Green+Blue) = 202+4+10=216 (28% of max value = 765). Red value is 202 (79.30% from 255 or 93.52% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 202 - color contains mainly: red. Hex color #CA040A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA040A is #35FBF5. Grayscale: #404040. Windows color (decimal): -3537910 or 656586. OLE color: 656586.

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

Color convert

RGB202410-
CMYK00.980.950.21
HSL358.18º96.12%40.39%-
HSV(B)358.18º98.02%79.22%-
XYZ24.4612.671.44-
YUV63.8997.6226.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 93.52%
GREEN value IS 4 (1.95% from 255) = 1.85%
BLUE value IS 10 (4.30% from 255) = 4.63%
R=93.52%
G=1.85%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20241000.980.950.21358.1896.1240.39
HexCA4A0625F151666028
Octal31241201421372554614050
Binary110010101001010011000101011111101011011001101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA040A; }

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

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

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

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

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

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

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

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