Html Css Color HEX #C43136 Mahogany

📋 copy color: '#C43136'

red 196 ◦ green 49 ◦ blue 54

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

Shades of Mahogany #C43136

Tints of Mahogany #C43136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.39%

 BLUE value IS 54 (21.48% from 255) = 18.06%

R = 65.55%
G = 16.39%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C43136 (or 0xC43136) is known color: Mahogany. HEX triplet: C4, 31 and 36. RGB value is (196,49,54). Sum of RGB (Red+Green+Blue) = 196+49+54=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C43136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43136 is #3BCEC9. Grayscale: #5D5D5D. Windows color (decimal): -3919562 or 3551684. OLE color: 3551684.

HSL color Cylindrical-coordinate representation of color #C43136: hue angle of 357.96º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43136 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 49 54 -
CMYK 0 0.75 0.72 0.23
HSL 357.96º 0.6% 0.48% -
HSV(B) 357.96º 0.75% 0.77% -
XYZ 24.53 14.2 4.94 -
YUV 93.52 105.7 201.09 -
System Red Green Blue C M Y K H S L
Decimal 196 49 54 0 0.75 0.72 0.23 357.96 0.6 0.48
Hex C4 31 36 0 4B 48 17 166 3C 30
Octal 304 61 66 0 113 110 27 546 74 60
Binary 11000100 110001 110110 0 1001011 1001000 10111 101100110 111100 110000

Color Harmonies of #C43136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43136

Black with #C43136

Text Example


Text Example

White with #C43136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43136; }

 p { color: rgb(196,49,54); }

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

background-color css

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

 a { background-color: rgb(196,49,54); }

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

border-color css

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

 span { border-color: rgb(196,49,54); }

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