#CB1A56

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

Shades of Ruby #CB1A56

Tints of Ruby #CB1A56

Color information

#CB1A56 (or 0xCB1A56) is unknown color: approx Ruby. HEX triplet: CB, 1A and 56. RGB value is (203,26,86). Sum of RGB (Red+Green+Blue) = 203+26+86=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1A56 is #34E5A9. Grayscale: #555555. Windows color (decimal): -3466666 or 5642955. OLE color: 5642955.

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

Color convert

RGB2032686-
CMYK00.870.580.20
HSL339.66º77.29%44.9%-
HSV(B)339.66º87.19%79.61%-
XYZ26.6814.1110.12-
YUV85.76128.14211.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 64.44%
GREEN value IS 26 (10.55% from 255) = 8.25%
BLUE value IS 86 (33.98% from 255) = 27.30%
R=64.44%
G=8.25%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203268600.870.580.20339.6677.2944.9
HexCB1A560573A141544d2d
Octal313321260127722452411555
Binary1100101111010101011001010111111010101001010101001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1A56; }

 p { color: rgb(203,26,86); }

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

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

 a { background-color: rgb(203,26,86); }

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

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

 span { border-color: rgb(203,26,86); }

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