Html Css Color HEX #CB1D5B Ruby

📋 copy color: '#CB1D5B'

red 203 ◦ green 29 ◦ blue 91

#CB1D5B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #CB1D5B

Tints of Ruby #CB1D5B

RGB

 RED value IS 203 (79.69% from 255) = 62.85%

 GREEN value IS 29 (11.72% from 255) = 8.98%

 BLUE value IS 91 (35.94% from 255) = 28.17%

R = 62.85%
G = 8.98%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB1D5B (or 0xCB1D5B) is known color: Ruby. HEX triplet: CB, 1D and 5B. RGB value is (203,29,91). Sum of RGB (Red+Green+Blue) = 203+29+91=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1D5B is #34E2A4. Grayscale: #585858. Windows color (decimal): -3465893 or 5971403. OLE color: 5971403.

HSL color Cylindrical-coordinate representation of color #CB1D5B: hue angle of 338.62º degrees, saturation: 0.75, 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 #CB1D5B is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 29 91 -
CMYK 0 0.86 0.55 0.20
HSL 338.62º 0.75% 0.45% -
HSV(B) 338.62º 0.86% 0.8% -
XYZ 26.96 14.33 11.24 -
YUV 88.09 129.65 209.96 -
System Red Green Blue C M Y K H S L
Decimal 203 29 91 0 0.86 0.55 0.20 338.62 0.75 0.45
Hex CB 1D 5B 0 56 37 14 153 4B 2D
Octal 313 35 133 0 126 67 24 523 113 55
Binary 11001011 11101 1011011 0 1010110 110111 10100 101010011 1001011 101101

Color Harmonies of #CB1D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1D5B

Black with #CB1D5B

Text Example


Text Example

White with #CB1D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1D5B; }

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

 H1.HeaderClassName
 {
   color: #CB1D5B;
 }
 .AnyTagClassName
 {
   color: #CB1D5B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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