#C32A2E

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

Shades of Mahogany #C32A2E

Tints of Mahogany #C32A2E

Color information

#C32A2E (or 0xC32A2E) is unknown color: approx Mahogany. HEX triplet: C3, 2A and 2E. RGB value is (195,42,46). Sum of RGB (Red+Green+Blue) = 195+42+46=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32A2E is #3CD5D1. Grayscale: #585858. Windows color (decimal): -3986898 or 3025603. OLE color: 3025603.

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

Color convert

RGB1954246-
CMYK00.780.760.24
HSL358.43º64.56%46.47%-
HSV(B)358.43º78.46%76.47%-
XYZ23.8313.463.93-
YUV88.2104.19204.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 68.90%
GREEN value IS 42 (16.80% from 255) = 14.84%
BLUE value IS 46 (18.36% from 255) = 16.25%
R=68.90%
G=14.84%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195424600.780.760.24358.4364.5646.47
HexC32A2E04E4C18166412e
Octal303525601161143054610156
Binary11000011101010101110010011101001100110001011001101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32A2E; }

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

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

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

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

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

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

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

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