#C13A3E

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

Shades of Mahogany #C13A3E

Tints of Mahogany #C13A3E

Color information

#C13A3E (or 0xC13A3E) is unknown color: approx Mahogany. HEX triplet: C1, 3A and 3E. RGB value is (193,58,62). Sum of RGB (Red+Green+Blue) = 193+58+62=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13A3E is #3EC5C1. Grayscale: #626262. Windows color (decimal): -4113858 or 4078273. OLE color: 4078273.

HSL color Cylindrical-coordinate representation of color #C13A3E: hue angle of 358.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13A3E is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB1935862-
CMYK00.700.680.24
HSL358.22º53.78%49.22%-
HSV(B)358.22º69.95%75.69%-
XYZ24.3714.716.11-
YUV98.82107.23195.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.66%
GREEN value IS 58 (23.05% from 255) = 18.53%
BLUE value IS 62 (24.61% from 255) = 19.81%
R=61.66%
G=18.53%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193586200.700.680.24358.2253.7849.22
HexC13A3E04644181663631
Octal30172760106104305466661
Binary1100000111101011111001000110100010011000101100110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13A3E; }

 p { color: rgb(193,58,62); }

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

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

 a { background-color: rgb(193,58,62); }

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

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

 span { border-color: rgb(193,58,62); }

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