#CB0029

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

Shades of Venetian Red #CB0029

Tints of Venetian Red #CB0029

Color information

#CB0029 (or 0xCB0029) is unknown color: approx Venetian Red. HEX triplet: CB, 00 and 29. RGB value is (203,0,41). Sum of RGB (Red+Green+Blue) = 203+0+41=244 (32% of max value = 765). Red value is 203 (79.69% from 255 or 83.20% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0029 is #34FFD6. Grayscale: #414141. Windows color (decimal): -3473367 or 2687179. OLE color: 2687179.

HSL color Cylindrical-coordinate representation of color #CB0029: hue angle of 347.88º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0029 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB203041-
CMYK010.800.20
HSL347.88º100%39.8%-
HSV(B)347.88º100%79.61%-
XYZ25.0312.863.26-
YUV65.37114.25226.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 83.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 16.80%
R=83.20%
G=0%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203041010.800.20347.8810039.8
HexCB029064501415c6428
Octal31305101441202453414450
Binary110010110101001011001001010000101001010111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0029; }

 p { color: rgb(203,0,41); }

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

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

 a { background-color: rgb(203,0,41); }

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

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

 span { border-color: rgb(203,0,41); }

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