Html Css Color HEX #C52830 Mahogany

📋 copy color: '#C52830'

red 197 ◦ green 40 ◦ blue 48

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

Shades of Mahogany #C52830

Tints of Mahogany #C52830

RGB

 RED value IS 197 (77.34% from 255) = 69.12%

 GREEN value IS 40 (16.02% from 255) = 14.04%

 BLUE value IS 48 (19.14% from 255) = 16.84%

R = 69.12%
G = 14.04%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C52830 (or 0xC52830) is known color: Mahogany. HEX triplet: C5, 28 and 30. RGB value is (197,40,48). Sum of RGB (Red+Green+Blue) = 197+40+48=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C52830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52830 is #3AD7CF. Grayscale: #575757. Windows color (decimal): -3856336 or 3156165. OLE color: 3156165.

HSL color Cylindrical-coordinate representation of color #C52830: hue angle of 356.94º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52830 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 40 48 -
CMYK 0 0.80 0.76 0.23
HSL 356.94º 0.66% 0.46% -
HSV(B) 356.94º 0.8% 0.77% -
XYZ 24.32 13.6 4.14 -
YUV 87.86 105.51 205.85 -
System Red Green Blue C M Y K H S L
Decimal 197 40 48 0 0.80 0.76 0.23 356.94 0.66 0.46
Hex C5 28 30 0 50 4C 17 165 42 2E
Octal 305 50 60 0 120 114 27 545 102 56
Binary 11000101 101000 110000 0 1010000 1001100 10111 101100101 1000010 101110

Color Harmonies of #C52830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52830

Black with #C52830

Text Example


Text Example

White with #C52830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52830; }

 p { color: rgb(197,40,48); }

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

background-color css

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

 a { background-color: rgb(197,40,48); }

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

border-color css

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

 span { border-color: rgb(197,40,48); }

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