#CB0F10

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

Shades of Venetian Red #CB0F10

Tints of Venetian Red #CB0F10

Color information

#CB0F10 (or 0xCB0F10) is unknown color: approx Venetian Red. HEX triplet: CB, 0F and 10. RGB value is (203,15,16). Sum of RGB (Red+Green+Blue) = 203+15+16=234 (30% of max value = 765). Red value is 203 (79.69% from 255 or 86.75% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0F10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0F10 is #34F0EF. Grayscale: #474747. Windows color (decimal): -3469552 or 1052619. OLE color: 1052619.

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

Color convert

RGB2031516-
CMYK00.930.920.20
HSL359.68º86.24%42.75%-
HSV(B)359.68º92.61%79.61%-
XYZ24.8913.081.7-
YUV71.3396.78221.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 86.75%
GREEN value IS 15 (6.25% from 255) = 6.41%
BLUE value IS 16 (6.64% from 255) = 6.84%
R=86.75%
G=6.41%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203151600.930.920.20359.6886.2442.75
HexCBF1005D5C14168562b
Octal313172001351342455012653
Binary11001011111110000010111011011100101001011010001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0F10; }

 p { color: rgb(203,15,16); }

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

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

 a { background-color: rgb(203,15,16); }

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

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

 span { border-color: rgb(203,15,16); }

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