#C13538

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

Shades of Mahogany #C13538

Tints of Mahogany #C13538

Color information

#C13538 (or 0xC13538) is unknown color: approx Mahogany. HEX triplet: C1, 35 and 38. RGB value is (193,53,56). Sum of RGB (Red+Green+Blue) = 193+53+56=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C13538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13538 is #3ECAC7. Grayscale: #5F5F5F. Windows color (decimal): -4115144 or 3683777. OLE color: 3683777.

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

Color convert

RGB1935356-
CMYK00.730.710.24
HSL358.71º56.91%48.24%-
HSV(B)358.71º72.54%75.69%-
XYZ23.9814.175.21-
YUV95.2105.88197.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.91%
GREEN value IS 53 (21.09% from 255) = 17.55%
BLUE value IS 56 (22.27% from 255) = 18.54%
R=63.91%
G=17.55%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193535600.730.710.24358.7156.9148.24
HexC1353804947181673930
Octal30165700111107305477160
Binary1100000111010111100001001001100011111000101100111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13538; }

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

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

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

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

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

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

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

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