#CA030C

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

Shades of Venetian Red #CA030C

Tints of Venetian Red #CA030C

Color information

#CA030C (or 0xCA030C) is unknown color: approx Venetian Red. HEX triplet: CA, 03 and 0C. RGB value is (202,3,12). Sum of RGB (Red+Green+Blue) = 202+3+12=217 (28% of max value = 765). Red value is 202 (79.30% from 255 or 93.09% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 202 - color contains mainly: red. Hex color #CA030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA030C is #35FCF3. Grayscale: #3F3F3F. Windows color (decimal): -3538164 or 787402. OLE color: 787402.

HSL color Cylindrical-coordinate representation of color #CA030C: hue angle of 357.29º degrees, saturation: 0.97, 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 #CA030C is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB202312-
CMYK00.990.940.21
HSL357.29º97.07%40.2%-
HSV(B)357.29º98.51%79.22%-
XYZ24.4612.651.5-
YUV63.5398.93226.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 93.09%
GREEN value IS 3 (1.56% from 255) = 1.38%
BLUE value IS 12 (5.08% from 255) = 5.53%
R=93.09%
G=1.38%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20231200.990.940.21357.2997.0740.2
HexCA3C0635E151656128
Octal31231401431362554514150
Binary11001010111100011000111011110101011011001011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA030C; }

 p { color: rgb(202,3,12); }

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

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

 a { background-color: rgb(202,3,12); }

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

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

 span { border-color: rgb(202,3,12); }

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