#C32E2F

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

Shades of Mahogany #C32E2F

Tints of Mahogany #C32E2F

Color information

#C32E2F (or 0xC32E2F) is unknown color: approx Mahogany. HEX triplet: C3, 2E and 2F. RGB value is (195,46,47). Sum of RGB (Red+Green+Blue) = 195+46+47=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32E2F is #3CD1D0. Grayscale: #5A5A5A. Windows color (decimal): -3985873 or 3092163. OLE color: 3092163.

HSL color Cylindrical-coordinate representation of color #C32E2F: hue angle of 359.6º 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 #C32E2F is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB1954647-
CMYK00.760.760.24
HSL359.6º61.83%47.25%-
HSV(B)359.6º76.41%76.47%-
XYZ2413.764.08-
YUV90.66103.36202.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 67.71%
GREEN value IS 46 (18.36% from 255) = 15.97%
BLUE value IS 47 (18.75% from 255) = 16.32%
R=67.71%
G=15.97%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195464700.760.760.24359.661.8347.25
HexC32E2F04C4C181683e2f
Octal30356570114114305507657
Binary1100001110111010111101001100100110011000101101000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32E2F; }

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

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

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

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

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

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

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

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