Html Css Color HEX #C4252B Mahogany

📋 copy color: '#C4252B'

red 196 ◦ green 37 ◦ blue 43

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

Shades of Mahogany #C4252B

Tints of Mahogany #C4252B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.58%

R = 71.01%
G = 13.41%
B = 15.58%

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

#C4252B (or 0xC4252B) is known color: Mahogany. HEX triplet: C4, 25 and 2B. RGB value is (196,37,43). Sum of RGB (Red+Green+Blue) = 196+37+43=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C4252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4252B is #3BDAD4. Grayscale: #555555. Windows color (decimal): -3922645 or 2827716. OLE color: 2827716.

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

Color convert

RGB 196 37 43 -
CMYK 0 0.81 0.78 0.23
HSL 357.74º 0.68% 0.46% -
HSV(B) 357.74º 0.81% 0.77% -
XYZ 23.86 13.23 3.58 -
YUV 85.23 104.18 207.01 -
System Red Green Blue C M Y K H S L
Decimal 196 37 43 0 0.81 0.78 0.23 357.74 0.68 0.46
Hex C4 25 2B 0 51 4E 17 166 44 2E
Octal 304 45 53 0 121 116 27 546 104 56
Binary 11000100 100101 101011 0 1010001 1001110 10111 101100110 1000100 101110

Color Harmonies of #C4252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4252B

Black with #C4252B

Text Example


Text Example

White with #C4252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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