#CA090A

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

Shades of Venetian Red #CA090A

Tints of Venetian Red #CA090A

Color information

#CA090A (or 0xCA090A) is unknown color: approx Venetian Red. HEX triplet: CA, 09 and 0A. RGB value is (202,9,10). Sum of RGB (Red+Green+Blue) = 202+9+10=221 (29% of max value = 765). Red value is 202 (79.30% from 255 or 91.40% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 202 - color contains mainly: red. Hex color #CA090A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA090A is #35F6F5. Grayscale: #434343. Windows color (decimal): -3536630 or 657866. OLE color: 657866.

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

Color convert

RGB202910-
CMYK00.960.950.21
HSL359.69º91.47%41.37%-
HSV(B)359.69º95.54%79.22%-
XYZ24.5112.771.46-
YUV66.8295.94224.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 91.40%
GREEN value IS 9 (3.91% from 255) = 4.07%
BLUE value IS 10 (4.30% from 255) = 4.52%
R=91.40%
G=4.07%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20291000.960.950.21359.6991.4741.37
HexCA9A0605F151685b29
Octal312111201401372555013351
Binary1100101010011010011000001011111101011011010001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA090A; }

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

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

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

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

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

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

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

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