#C43536

Color #C43536 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #C43536

Tints of Mahogany #C43536

Color information

#C43536 (or 0xC43536) is unknown color: approx 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

RGB1965354-
CMYK00.730.720.23
HSL359.58º57.43%48.82%-
HSV(B)359.58º72.96%76.86%-
XYZ24.714.555-
YUV95.87104.38199.42-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196535400.730.720.23359.5857.4348.82
HexC4353604948171683931
Octal30465660111110275507161
Binary1100010011010111011001001001100100010111101101000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>