Html Css Color HEX #C80A52 Ruby

📋 copy color: '#C80A52'

red 200 ◦ green 10 ◦ blue 82

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

Shades of Ruby #C80A52

Tints of Ruby #C80A52

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.42%

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

R = 68.49%
G = 3.42%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C80A52 (or 0xC80A52) is known color: Ruby. HEX triplet: C8, 0A and 52. RGB value is (200,10,82). Sum of RGB (Red+Green+Blue) = 200+10+82=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80A52 is #37F5AD. Grayscale: #4A4A4A. Windows color (decimal): -3667374 or 5376712. OLE color: 5376712.

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

Color convert

RGB 200 10 82 -
CMYK 0 0.95 0.59 0.22
HSL 337.26º 0.9% 0.41% -
HSV(B) 337.26º 0.95% 0.78% -
XYZ 25.45 13.11 9.17 -
YUV 75.02 131.95 217.15 -
System Red Green Blue C M Y K H S L
Decimal 200 10 82 0 0.95 0.59 0.22 337.26 0.9 0.41
Hex C8 A 52 0 5F 3B 16 151 5A 29
Octal 310 12 122 0 137 73 26 521 132 51
Binary 11001000 1010 1010010 0 1011111 111011 10110 101010001 1011010 101001

Color Harmonies of #C80A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80A52

Black with #C80A52

Text Example


Text Example

White with #C80A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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