#C43133

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

Shades of Mahogany #C43133

Tints of Mahogany #C43133

Color information

#C43133 (or 0xC43133) is unknown color: approx Mahogany. HEX triplet: C4, 31 and 33. RGB value is (196,49,51). Sum of RGB (Red+Green+Blue) = 196+49+51=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C43133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43133 is #3BCECC. Grayscale: #5D5D5D. Windows color (decimal): -3919565 or 3355076. OLE color: 3355076.

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

Color convert

RGB1964951-
CMYK00.750.740.23
HSL359.18º60%48.04%-
HSV(B)359.18º75%76.86%-
XYZ24.4614.174.58-
YUV93.18104.2201.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 66.22%
GREEN value IS 49 (19.53% from 255) = 16.55%
BLUE value IS 51 (20.31% from 255) = 17.23%
R=66.22%
G=16.55%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196495100.750.740.23359.186048.04
HexC4313304B4A171673c30
Octal30461630113112275477460
Binary1100010011000111001101001011100101010111101100111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43133; }

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

 H1.HeaderClassName
 {
   color: #C43133;
 }
 .AnyTagClassName
 {
   color: #C43133;
 }
</style>
background-color css

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

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

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

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

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

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