Html Css Color HEX #CB1C5B Ruby

📋 copy color: '#CB1C5B'

red 203 ◦ green 28 ◦ blue 91

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

Shades of Ruby #CB1C5B

Tints of Ruby #CB1C5B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.7%

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

R = 63.04%
G = 8.7%
B = 28.26%

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

#CB1C5B (or 0xCB1C5B) is known color: 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

RGB 203 28 91 -
CMYK 0 0.86 0.55 0.20
HSL 338.4º 0.76% 0.45% -
HSV(B) 338.4º 0.86% 0.8% -
XYZ 26.93 14.28 11.23 -
YUV 87.51 129.98 210.38 -
System Red Green Blue C M Y K H S L
Decimal 203 28 91 0 0.86 0.55 0.20 338.4 0.76 0.45
Hex CB 1C 5B 0 56 37 14 152 4C 2D
Octal 313 34 133 0 126 67 24 522 114 55
Binary 11001011 11100 1011011 0 1010110 110111 10100 101010010 1001100 101101

Color Harmonies of #CB1C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1C5B

Black with #CB1C5B

Text Example


Text Example

White with #CB1C5B

Text Example


Text Example

HTML Codes & Css Web 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>