Html Css Color HEX #C52B2E Mahogany

📋 copy color: '#C52B2E'

red 197 ◦ green 43 ◦ blue 46

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

Shades of Mahogany #C52B2E

Tints of Mahogany #C52B2E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.03%

 BLUE value IS 46 (18.36% from 255) = 16.08%

R = 68.88%
G = 15.03%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C52B2E (or 0xC52B2E) is known color: Mahogany. HEX triplet: C5, 2B and 2E. RGB value is (197,43,46). Sum of RGB (Red+Green+Blue) = 197+43+46=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C52B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52B2E is #3AD4D1. Grayscale: #595959. Windows color (decimal): -3855570 or 3025861. OLE color: 3025861.

HSL color Cylindrical-coordinate representation of color #C52B2E: hue angle of 358.83º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52B2E is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 43 46 -
CMYK 0 0.78 0.77 0.23
HSL 358.83º 0.64% 0.47% -
HSV(B) 358.83º 0.78% 0.77% -
XYZ 24.38 13.8 3.96 -
YUV 89.39 103.52 204.76 -
System Red Green Blue C M Y K H S L
Decimal 197 43 46 0 0.78 0.77 0.23 358.83 0.64 0.47
Hex C5 2B 2E 0 4E 4D 17 167 40 2F
Octal 305 53 56 0 116 115 27 547 100 57
Binary 11000101 101011 101110 0 1001110 1001101 10111 101100111 1000000 101111

Color Harmonies of #C52B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52B2E

Black with #C52B2E

Text Example


Text Example

White with #C52B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52B2E; }

 p { color: rgb(197,43,46); }

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

background-color css

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

 a { background-color: rgb(197,43,46); }

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

border-color css

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

 span { border-color: rgb(197,43,46); }

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