Html Css Color HEX #CB1050 Ruby

📋 copy color: '#CB1050'

red 203 ◦ green 16 ◦ blue 80

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

Shades of Ruby #CB1050

Tints of Ruby #CB1050

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.35%

 BLUE value IS 80 (31.64% from 255) = 26.76%

R = 67.89%
G = 5.35%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB1050 (or 0xCB1050) is known color: Ruby. HEX triplet: CB, 10 and 50. RGB value is (203,16,80). Sum of RGB (Red+Green+Blue) = 203+16+80=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1050 is #34EFAF. Grayscale: #4F4F4F. Windows color (decimal): -3469232 or 5247179. OLE color: 5247179.

HSL color Cylindrical-coordinate representation of color #CB1050: hue angle of 339.47º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1050 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 16 80 -
CMYK 0 0.92 0.61 0.20
HSL 339.47º 0.85% 0.43% -
HSV(B) 339.47º 0.92% 0.8% -
XYZ 26.26 13.65 8.84 -
YUV 79.21 128.45 216.3 -
System Red Green Blue C M Y K H S L
Decimal 203 16 80 0 0.92 0.61 0.20 339.47 0.85 0.43
Hex CB 10 50 0 5C 3D 14 153 55 2B
Octal 313 20 120 0 134 75 24 523 125 53
Binary 11001011 10000 1010000 0 1011100 111101 10100 101010011 1010101 101011

Color Harmonies of #CB1050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1050

Black with #CB1050

Text Example


Text Example

White with #CB1050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1050; }

 p { color: rgb(203,16,80); }

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

background-color css

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

 a { background-color: rgb(203,16,80); }

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

border-color css

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

 span { border-color: rgb(203,16,80); }

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