#CB080B

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

Shades of Venetian Red #CB080B

Tints of Venetian Red #CB080B

Color information

#CB080B (or 0xCB080B) is unknown color: approx Venetian Red. HEX triplet: CB, 08 and 0B. RGB value is (203,8,11). Sum of RGB (Red+Green+Blue) = 203+8+11=222 (29% of max value = 765). Red value is 203 (79.69% from 255 or 91.44% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 203 - color contains mainly: red. Hex color #CB080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB080B is #34F7F4. Grayscale: #424242. Windows color (decimal): -3471349 or 723147. OLE color: 723147.

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

Color convert

RGB203811-
CMYK00.960.950.20
HSL359.08º92.42%41.37%-
HSV(B)359.08º96.06%79.61%-
XYZ24.7812.891.5-
YUV66.6596.6225.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 91.44%
GREEN value IS 8 (3.52% from 255) = 3.60%
BLUE value IS 11 (4.69% from 255) = 4.95%
R=91.44%
G=3.60%
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.20
SystemRedGreenBlueCMYKHSL
Decimal20381100.960.950.20359.0892.4241.37
HexCB8B0605F141675c29
Octal313101301401372454713451
Binary1100101110001011011000001011111101001011001111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB080B; }

 p { color: rgb(203,8,11); }

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

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

 a { background-color: rgb(203,8,11); }

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

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

 span { border-color: rgb(203,8,11); }

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