#CA090B

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

Shades of Venetian Red #CA090B

Tints of Venetian Red #CA090B

Color information

#CA090B (or 0xCA090B) is unknown color: approx Venetian Red. HEX triplet: CA, 09 and 0B. RGB value is (202,9,11). Sum of RGB (Red+Green+Blue) = 202+9+11=222 (29% of max value = 765). Red value is 202 (79.30% from 255 or 90.99% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 202 - color contains mainly: red. Hex color #CA090B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA090B is #35F6F4. Grayscale: #434343. Windows color (decimal): -3536629 or 723402. OLE color: 723402.

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

Color convert

RGB202911-
CMYK00.960.950.21
HSL359.38º91.47%41.37%-
HSV(B)359.38º95.54%79.22%-
XYZ24.5212.781.49-
YUV66.9496.44224.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 90.99%
GREEN value IS 9 (3.91% from 255) = 4.05%
BLUE value IS 11 (4.69% from 255) = 4.95%
R=90.99%
G=4.05%
B=4.95%

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
Decimal20291100.960.950.21359.3891.4741.37
HexCA9B0605F151675b29
Octal312111301401372554713351
Binary1100101010011011011000001011111101011011001111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA090B; }

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

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

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

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

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

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

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

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