Html Css Color HEX #C43236 Mahogany

📋 copy color: '#C43236'

red 196 ◦ green 50 ◦ blue 54

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

Shades of Mahogany #C43236

Tints of Mahogany #C43236

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.67%

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

R = 65.33%
G = 16.67%
B = 18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C43236 (or 0xC43236) is known color: Mahogany. HEX triplet: C4, 32 and 36. RGB value is (196,50,54). Sum of RGB (Red+Green+Blue) = 196+50+54=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C43236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43236 is #3BCDC9. Grayscale: #5E5E5E. Windows color (decimal): -3919306 or 3551940. OLE color: 3551940.

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

Color convert

RGB 196 50 54 -
CMYK 0 0.74 0.72 0.23
HSL 358.36º 0.59% 0.48% -
HSV(B) 358.36º 0.74% 0.77% -
XYZ 24.57 14.28 4.95 -
YUV 94.11 105.37 200.67 -
System Red Green Blue C M Y K H S L
Decimal 196 50 54 0 0.74 0.72 0.23 358.36 0.59 0.48
Hex C4 32 36 0 4A 48 17 166 3B 30
Octal 304 62 66 0 112 110 27 546 73 60
Binary 11000100 110010 110110 0 1001010 1001000 10111 101100110 111011 110000

Color Harmonies of #C43236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43236

Black with #C43236

Text Example


Text Example

White with #C43236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43236; }

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

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

background-color css

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

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

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

border-color css

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

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

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