Html Css Color HEX #C4252C Mahogany

📋 copy color: '#C4252C'

red 196 ◦ green 37 ◦ blue 44

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

Shades of Mahogany #C4252C

Tints of Mahogany #C4252C

RGB

 RED value IS 196 (76.95% from 255) = 70.76%

 GREEN value IS 37 (14.84% from 255) = 13.36%

 BLUE value IS 44 (17.58% from 255) = 15.88%

R = 70.76%
G = 13.36%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4252C (or 0xC4252C) is known color: Mahogany. HEX triplet: C4, 25 and 2C. RGB value is (196,37,44). Sum of RGB (Red+Green+Blue) = 196+37+44=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C4252C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4252C is #3BDAD3. Grayscale: #555555. Windows color (decimal): -3922644 or 2893252. OLE color: 2893252.

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

Color convert

RGB 196 37 44 -
CMYK 0 0.81 0.78 0.23
HSL 357.36º 0.68% 0.46% -
HSV(B) 357.36º 0.81% 0.77% -
XYZ 23.88 13.24 3.68 -
YUV 85.34 104.68 206.93 -
System Red Green Blue C M Y K H S L
Decimal 196 37 44 0 0.81 0.78 0.23 357.36 0.68 0.46
Hex C4 25 2C 0 51 4E 17 165 44 2E
Octal 304 45 54 0 121 116 27 545 104 56
Binary 11000100 100101 101100 0 1010001 1001110 10111 101100101 1000100 101110

Color Harmonies of #C4252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4252C

Black with #C4252C

Text Example


Text Example

White with #C4252C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4252C; }

 p { color: rgb(196,37,44); }

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

background-color css

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

 a { background-color: rgb(196,37,44); }

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

border-color css

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

 span { border-color: rgb(196,37,44); }

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