#c5252a

Color #C5252A Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #C5252A

Tints of Mahogany #C5252A

Color information

#C5252A (or 0xC5252A) is unknown color: approx Mahogany. HEX triplet: C5, 25 and 2A. RGB value is (197,37,42). Sum of RGB (Red+Green+Blue) = 197+37+42=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C5252A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5252A is #3ADAD5. Grayscale: #555555. Windows color (decimal): -3857110 or 2762181. OLE color: 2762181.

HSL color Cylindrical-coordinate representation of color #C5252A: hue angle of 358.12º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5252A is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB1973742-
CMYK00.810.790.23
HSL358.12º68.38%45.88%-
HSV(B)358.12º81.22%77.25%-
XYZ24.1113.363.5-
YUV85.41103.51207.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 71.38%
GREEN value IS 37 (14.84% from 255) = 13.41%
BLUE value IS 42 (16.80% from 255) = 15.22%
R=71.38%
G=13.41%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197374200.810.790.23358.1268.3845.88
HexC5252A0514F17166442e
Octal305455201211172754610456
Binary11000101100101101010010100011001111101111011001101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5252a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5252a; }

 p { color: rgb(197,37,42); }

 H1.HeaderClassName
 {
   color: #c5252a;
 }
 .AnyTagClassName
 {
   color: #c5252a;
 }
</style>
background-color css

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

 a { background-color: rgb(197,37,42); }

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

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

 span { border-color: rgb(197,37,42); }

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