#C43238

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

Shades of Mahogany #C43238

Tints of Mahogany #C43238

Color information

#C43238 (or 0xC43238) is unknown color: approx Mahogany. HEX triplet: C4, 32 and 38. RGB value is (196,50,56). Sum of RGB (Red+Green+Blue) = 196+50+56=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C43238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43238 is #3BCDC7. Grayscale: #5E5E5E. Windows color (decimal): -3919304 or 3683012. OLE color: 3683012.

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

Color convert

RGB1965056-
CMYK00.740.710.23
HSL357.53º59.35%48.24%-
HSV(B)357.53º74.49%76.86%-
XYZ24.6214.35.2-
YUV94.34106.37200.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 64.90%
GREEN value IS 50 (19.92% from 255) = 16.56%
BLUE value IS 56 (22.27% from 255) = 18.54%
R=64.90%
G=16.56%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196505600.740.710.23357.5359.3548.24
HexC4323804A47171663b30
Octal30462700112107275467360
Binary1100010011001011100001001010100011110111101100110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43238; }

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

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

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

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

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

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

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

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