Html Css Color HEX #C80B52 Ruby

📋 copy color: '#C80B52'

red 200 ◦ green 11 ◦ blue 82

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

Shades of Ruby #C80B52

Tints of Ruby #C80B52

RGB

 RED value IS 200 (78.52% from 255) = 68.26%

 GREEN value IS 11 (4.69% from 255) = 3.75%

 BLUE value IS 82 (32.42% from 255) = 27.99%

R = 68.26%
G = 3.75%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C80B52 (or 0xC80B52) is known color: Ruby. HEX triplet: C8, 0B and 52. RGB value is (200,11,82). Sum of RGB (Red+Green+Blue) = 200+11+82=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80B52 is #37F4AD. Grayscale: #4B4B4B. Windows color (decimal): -3667118 or 5376968. OLE color: 5376968.

HSL color Cylindrical-coordinate representation of color #C80B52: hue angle of 337.46º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80B52 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 11 82 -
CMYK 0 0.94 0.59 0.22
HSL 337.46º 0.9% 0.41% -
HSV(B) 337.46º 0.95% 0.78% -
XYZ 25.46 13.13 9.17 -
YUV 75.61 131.62 216.73 -
System Red Green Blue C M Y K H S L
Decimal 200 11 82 0 0.94 0.59 0.22 337.46 0.9 0.41
Hex C8 B 52 0 5E 3B 16 151 5A 29
Octal 310 13 122 0 136 73 26 521 132 51
Binary 11001000 1011 1010010 0 1011110 111011 10110 101010001 1011010 101001

Color Harmonies of #C80B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80B52

Black with #C80B52

Text Example


Text Example

White with #C80B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80B52; }

 p { color: rgb(200,11,82); }

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

background-color css

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

 a { background-color: rgb(200,11,82); }

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

border-color css

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

 span { border-color: rgb(200,11,82); }

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