#C32E30

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

Shades of Mahogany #C32E30

Tints of Mahogany #C32E30

Color information

#C32E30 (or 0xC32E30) is unknown color: approx Mahogany. HEX triplet: C3, 2E and 30. RGB value is (195,46,48). Sum of RGB (Red+Green+Blue) = 195+46+48=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32E30 is #3CD1CF. Grayscale: #5A5A5A. Windows color (decimal): -3985872 or 3157699. OLE color: 3157699.

HSL color Cylindrical-coordinate representation of color #C32E30: hue angle of 359.19º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C32E30 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB1954648-
CMYK00.760.750.24
HSL359.19º61.83%47.25%-
HSV(B)359.19º76.41%76.47%-
XYZ24.0213.774.19-
YUV90.78103.86202.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 67.47%
GREEN value IS 46 (18.36% from 255) = 15.92%
BLUE value IS 48 (19.14% from 255) = 16.61%
R=67.47%
G=15.92%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195464800.760.750.24359.1961.8347.25
HexC32E3004C4B181673e2f
Octal30356600114113305477657
Binary1100001110111011000001001100100101111000101100111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32E30; }

 p { color: rgb(195,46,48); }

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

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

 a { background-color: rgb(195,46,48); }

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

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

 span { border-color: rgb(195,46,48); }

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