#CB0B4C

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

Shades of Crimson #CB0B4C

Tints of Crimson #CB0B4C

Color information

#CB0B4C (or 0xCB0B4C) is unknown color: approx Crimson. HEX triplet: CB, 0B and 4C. RGB value is (203,11,76). Sum of RGB (Red+Green+Blue) = 203+11+76=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0B4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0B4C is #34F4B3. Grayscale: #4B4B4B. Windows color (decimal): -3470516 or 4983755. OLE color: 4983755.

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

Color convert

RGB2031176-
CMYK00.950.630.20
HSL339.69º89.72%41.96%-
HSV(B)339.69º94.58%79.61%-
XYZ26.0513.468.06-
YUV75.82128.11218.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 70%
GREEN value IS 11 (4.69% from 255) = 3.79%
BLUE value IS 76 (30.08% from 255) = 26.21%
R=70%
G=3.79%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203117600.950.630.20339.6989.7241.96
HexCBB4C05F3F141545a2a
Octal313131140137772452413252
Binary110010111011100110001011111111111101001010101001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0B4C; }

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

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

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

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

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

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

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

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