#B42B2F

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

Shades of Mahogany #B42B2F

Tints of Mahogany #B42B2F

Color information

#B42B2F (or 0xB42B2F) is unknown color: approx Mahogany. HEX triplet: B4, 2B and 2F. RGB value is (180,43,47). Sum of RGB (Red+Green+Blue) = 180+43+47=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42B2F is #4BD4D0. Grayscale: #545454. Windows color (decimal): -4969681 or 3091380. OLE color: 3091380.

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

Color convert

RGB1804347-
CMYK00.760.740.29
HSL358.25º61.43%43.73%-
HSV(B)358.25º76.11%70.59%-
XYZ20.211.643.87-
YUV84.42106.89196.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.67%
GREEN value IS 43 (17.19% from 255) = 15.93%
BLUE value IS 47 (18.75% from 255) = 17.41%
R=66.67%
G=15.93%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180434700.760.740.29358.2561.4343.73
HexB42B2F04C4A1D1663d2c
Octal26453570114112355467554
Binary1011010010101110111101001100100101011101101100110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42B2F; }

 p { color: rgb(180,43,47); }

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

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

 a { background-color: rgb(180,43,47); }

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

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

 span { border-color: rgb(180,43,47); }

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