#B62A2B

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

Shades of Mahogany #B62A2B

Tints of Mahogany #B62A2B

Color information

#B62A2B (or 0xB62A2B) is unknown color: approx Mahogany. HEX triplet: B6, 2A and 2B. RGB value is (182,42,43). Sum of RGB (Red+Green+Blue) = 182+42+43=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62A2B is #49D5D4. Grayscale: #545454. Windows color (decimal): -4838869 or 2828982. OLE color: 2828982.

HSL color Cylindrical-coordinate representation of color #B62A2B: hue angle of 359.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62A2B is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB1824243-
CMYK00.770.760.29
HSL359.57º62.5%43.92%-
HSV(B)359.57º76.92%71.37%-
XYZ20.5611.783.47-
YUV83.97104.88197.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.16%
GREEN value IS 42 (16.80% from 255) = 15.73%
BLUE value IS 43 (17.19% from 255) = 16.10%
R=68.16%
G=15.73%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182424300.770.760.29359.5762.543.92
HexB62A2B04D4C1D1683e2c
Octal26652530115114355507654
Binary1011011010101010101101001101100110011101101101000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62A2B; }

 p { color: rgb(182,42,43); }

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

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

 a { background-color: rgb(182,42,43); }

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

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

 span { border-color: rgb(182,42,43); }

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