#CB1250

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

Shades of Ruby #CB1250

Tints of Ruby #CB1250

Color information

#CB1250 (or 0xCB1250) is unknown color: approx Ruby. HEX triplet: CB, 12 and 50. RGB value is (203,18,80). Sum of RGB (Red+Green+Blue) = 203+18+80=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1250 is #34EDAF. Grayscale: #505050. Windows color (decimal): -3468720 or 5247691. OLE color: 5247691.

HSL color Cylindrical-coordinate representation of color #CB1250: hue angle of 339.89º 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 #CB1250 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB2031880-
CMYK00.910.610.20
HSL339.89º83.71%43.33%-
HSV(B)339.89º91.13%79.61%-
XYZ26.2913.718.85-
YUV80.38127.79215.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 67.44%
GREEN value IS 18 (7.42% from 255) = 5.98%
BLUE value IS 80 (31.64% from 255) = 26.58%
R=67.44%
G=5.98%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203188000.910.610.20339.8983.7143.33
HexCB125005B3D14154542b
Octal313221200133752452412453
Binary1100101110010101000001011011111101101001010101001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1250; }

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

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

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

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

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

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

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

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