Html Css Color HEX #C43536 Mahogany

📋 copy color: '#C43536'

red 196 ◦ green 53 ◦ blue 54

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

Shades of Mahogany #C43536

Tints of Mahogany #C43536

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.49%

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

R = 64.69%
G = 17.49%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C43536 (or 0xC43536) is known color: Mahogany. HEX triplet: C4, 35 and 36. RGB value is (196,53,54). Sum of RGB (Red+Green+Blue) = 196+53+54=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C43536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43536 is #3BCAC9. Grayscale: #606060. Windows color (decimal): -3918538 or 3552708. OLE color: 3552708.

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

Color convert

RGB 196 53 54 -
CMYK 0 0.73 0.72 0.23
HSL 359.58º 0.57% 0.49% -
HSV(B) 359.58º 0.73% 0.77% -
XYZ 24.7 14.55 5 -
YUV 95.87 104.38 199.42 -
System Red Green Blue C M Y K H S L
Decimal 196 53 54 0 0.73 0.72 0.23 359.58 0.57 0.49
Hex C4 35 36 0 49 48 17 168 39 31
Octal 304 65 66 0 111 110 27 550 71 61
Binary 11000100 110101 110110 0 1001001 1001000 10111 101101000 111001 110001

Color Harmonies of #C43536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43536

Black with #C43536

Text Example


Text Example

White with #C43536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43536; }

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

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

background-color css

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

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

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

border-color css

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

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

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