#CB0D55

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

Shades of Ruby #CB0D55

Tints of Ruby #CB0D55

Color information

#CB0D55 (or 0xCB0D55) is unknown color: approx Ruby. HEX triplet: CB, 0D and 55. RGB value is (203,13,85). Sum of RGB (Red+Green+Blue) = 203+13+85=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0D55 is #34F2AA. Grayscale: #4D4D4D. Windows color (decimal): -3469995 or 5574091. OLE color: 5574091.

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

Color convert

RGB2031385-
CMYK00.940.580.20
HSL337.26º87.96%42.35%-
HSV(B)337.26º93.6%79.61%-
XYZ26.4113.649.84-
YUV78.02131.95217.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 67.44%
GREEN value IS 13 (5.47% from 255) = 4.32%
BLUE value IS 85 (33.59% from 255) = 28.24%
R=67.44%
G=4.32%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203138500.940.580.20337.2687.9642.35
HexCBD5505E3A14151582a
Octal313151250136722452113052
Binary110010111101101010101011110111010101001010100011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0D55; }

 p { color: rgb(203,13,85); }

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

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

 a { background-color: rgb(203,13,85); }

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

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

 span { border-color: rgb(203,13,85); }

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