#CB1251

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

Shades of Ruby #CB1251

Tints of Ruby #CB1251

Color information

#CB1251 (or 0xCB1251) is unknown color: approx Ruby. HEX triplet: CB, 12 and 51. RGB value is (203,18,81). Sum of RGB (Red+Green+Blue) = 203+18+81=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1251 is #34EDAE. Grayscale: #505050. Windows color (decimal): -3468719 or 5313227. OLE color: 5313227.

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

Color convert

RGB2031881-
CMYK00.910.600.20
HSL339.57º83.71%43.33%-
HSV(B)339.57º91.13%79.61%-
XYZ26.3313.729.05-
YUV80.5128.29215.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 67.22%
GREEN value IS 18 (7.42% from 255) = 5.96%
BLUE value IS 81 (32.03% from 255) = 26.82%
R=67.22%
G=5.96%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203188100.910.600.20339.5783.7143.33
HexCB125105B3C14154542b
Octal313221210133742452412453
Binary1100101110010101000101011011111100101001010101001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1251; }

 p { color: rgb(203,18,81); }

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

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

 a { background-color: rgb(203,18,81); }

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

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

 span { border-color: rgb(203,18,81); }

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