#c13238

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

Shades of Mahogany #C13238

Tints of Mahogany #C13238

Color information

#C13238 (or 0xC13238) is unknown color: approx Mahogany. HEX triplet: C1, 32 and 38. RGB value is (193,50,56). Sum of RGB (Red+Green+Blue) = 193+50+56=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C13238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13238 is #3ECDC7. Grayscale: #5D5D5D. Windows color (decimal): -4115912 or 3683009. OLE color: 3683009.

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

Color convert

RGB1935056-
CMYK00.740.710.24
HSL357.48º58.85%47.65%-
HSV(B)357.48º74.09%75.69%-
XYZ23.8513.95.17-
YUV93.44106.88199.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 64.55%
GREEN value IS 50 (19.92% from 255) = 16.72%
BLUE value IS 56 (22.27% from 255) = 18.73%
R=64.55%
G=16.72%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193505600.740.710.24357.4858.8547.65
HexC1323804A47181653b30
Octal30162700112107305457360
Binary1100000111001011100001001010100011111000101100101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c13238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c13238; }

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

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

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

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

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

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

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

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