#C3292B

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

Shades of Mahogany #C3292B

Tints of Mahogany #C3292B

Color information

#C3292B (or 0xC3292B) is unknown color: approx Mahogany. HEX triplet: C3, 29 and 2B. RGB value is (195,41,43). Sum of RGB (Red+Green+Blue) = 195+41+43=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C3292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3292B is #3CD6D4. Grayscale: #575757. Windows color (decimal): -3987157 or 2828739. OLE color: 2828739.

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

Color convert

RGB1954143-
CMYK00.790.780.24
HSL359.22º65.25%46.27%-
HSV(B)359.22º78.97%76.47%-
XYZ23.7313.363.61-
YUV87.27103.02204.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 69.89%
GREEN value IS 41 (16.41% from 255) = 14.70%
BLUE value IS 43 (17.19% from 255) = 15.41%
R=69.89%
G=14.70%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195414300.790.780.24359.2265.2546.27
HexC3292B04F4E18167412e
Octal303515301171163054710156
Binary11000011101001101011010011111001110110001011001111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3292B; }

 p { color: rgb(195,41,43); }

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

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

 a { background-color: rgb(195,41,43); }

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

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

 span { border-color: rgb(195,41,43); }

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