#CB1C5B

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

Shades of Ruby #CB1C5B

Tints of Ruby #CB1C5B

Color information

#CB1C5B (or 0xCB1C5B) is unknown color: approx Ruby. HEX triplet: CB, 1C and 5B. RGB value is (203,28,91). Sum of RGB (Red+Green+Blue) = 203+28+91=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1C5B is #34E3A4. Grayscale: #575757. Windows color (decimal): -3466149 or 5971147. OLE color: 5971147.

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

Color convert

RGB2032891-
CMYK00.860.550.20
HSL338.4º75.76%45.29%-
HSV(B)338.4º86.21%79.61%-
XYZ26.9314.2811.23-
YUV87.51129.98210.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 63.04%
GREEN value IS 28 (11.33% from 255) = 8.70%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=63.04%
G=8.70%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203289100.860.550.20338.475.7645.29
HexCB1C5B05637141524c2d
Octal313341330126672452211455
Binary1100101111100101101101010110110111101001010100101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1C5B; }

 p { color: rgb(203,28,91); }

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

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

 a { background-color: rgb(203,28,91); }

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

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

 span { border-color: rgb(203,28,91); }

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