Html Css Color HEX #CB1450 Ruby

📋 copy color: '#CB1450'

red 203 ◦ green 20 ◦ blue 80

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

Shades of Ruby #CB1450

Tints of Ruby #CB1450

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.6%

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

R = 67%
G = 6.6%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB1450 (or 0xCB1450) is known color: Ruby. HEX triplet: CB, 14 and 50. RGB value is (203,20,80). Sum of RGB (Red+Green+Blue) = 203+20+80=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1450 is #34EBAF. Grayscale: #515151. Windows color (decimal): -3468208 or 5248203. OLE color: 5248203.

HSL color Cylindrical-coordinate representation of color #CB1450: hue angle of 340.33º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1450 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 20 80 -
CMYK 0 0.90 0.61 0.20
HSL 340.33º 0.82% 0.44% -
HSV(B) 340.33º 0.9% 0.8% -
XYZ 26.33 13.78 8.86 -
YUV 81.56 127.13 214.62 -
System Red Green Blue C M Y K H S L
Decimal 203 20 80 0 0.90 0.61 0.20 340.33 0.82 0.44
Hex CB 14 50 0 5A 3D 14 154 52 2C
Octal 313 24 120 0 132 75 24 524 122 54
Binary 11001011 10100 1010000 0 1011010 111101 10100 101010100 1010010 101100

Color Harmonies of #CB1450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1450

Black with #CB1450

Text Example


Text Example

White with #CB1450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1450; }

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

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

background-color css

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

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

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

border-color css

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

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

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