Html Css Color HEX #C80B55 Ruby

📋 copy color: '#C80B55'

red 200 ◦ green 11 ◦ blue 85

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

Shades of Ruby #C80B55

Tints of Ruby #C80B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.72%

R = 67.57%
G = 3.72%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C80B55 (or 0xC80B55) is known color: Ruby. HEX triplet: C8, 0B and 55. RGB value is (200,11,85). Sum of RGB (Red+Green+Blue) = 200+11+85=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80B55 is #37F4AA. Grayscale: #4B4B4B. Windows color (decimal): -3667115 or 5573576. OLE color: 5573576.

HSL color Cylindrical-coordinate representation of color #C80B55: hue angle of 336.51º 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 #C80B55 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 11 85 -
CMYK 0 0.94 0.58 0.22
HSL 336.51º 0.9% 0.41% -
HSV(B) 336.51º 0.95% 0.78% -
XYZ 25.58 13.17 9.79 -
YUV 75.95 133.12 216.48 -
System Red Green Blue C M Y K H S L
Decimal 200 11 85 0 0.94 0.58 0.22 336.51 0.9 0.41
Hex C8 B 55 0 5E 3A 16 151 5A 29
Octal 310 13 125 0 136 72 26 521 132 51
Binary 11001000 1011 1010101 0 1011110 111010 10110 101010001 1011010 101001

Color Harmonies of #C80B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80B55

Black with #C80B55

Text Example


Text Example

White with #C80B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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