Html Css Color HEX #C52B31 Mahogany

📋 copy color: '#C52B31'

red 197 ◦ green 43 ◦ blue 49

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

Shades of Mahogany #C52B31

Tints of Mahogany #C52B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.96%

R = 68.17%
G = 14.88%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C52B31 (or 0xC52B31) is known color: Mahogany. HEX triplet: C5, 2B and 31. RGB value is (197,43,49). Sum of RGB (Red+Green+Blue) = 197+43+49=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C52B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52B31 is #3AD4CE. Grayscale: #595959. Windows color (decimal): -3855567 or 3222469. OLE color: 3222469.

HSL color Cylindrical-coordinate representation of color #C52B31: hue angle of 357.66º 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 #C52B31 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 43 49 -
CMYK 0 0.78 0.75 0.23
HSL 357.66º 0.64% 0.47% -
HSV(B) 357.66º 0.78% 0.77% -
XYZ 24.44 13.82 4.28 -
YUV 89.73 105.02 204.51 -
System Red Green Blue C M Y K H S L
Decimal 197 43 49 0 0.78 0.75 0.23 357.66 0.64 0.47
Hex C5 2B 31 0 4E 4B 17 166 40 2F
Octal 305 53 61 0 116 113 27 546 100 57
Binary 11000101 101011 110001 0 1001110 1001011 10111 101100110 1000000 101111

Color Harmonies of #C52B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52B31

Black with #C52B31

Text Example


Text Example

White with #C52B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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