#B42F30

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

Shades of Mahogany #B42F30

Tints of Mahogany #B42F30

Color information

#B42F30 (or 0xB42F30) is unknown color: approx Mahogany. HEX triplet: B4, 2F and 30. RGB value is (180,47,48). Sum of RGB (Red+Green+Blue) = 180+47+48=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42F30 is #4BD0CF. Grayscale: #575757. Windows color (decimal): -4968656 or 3157940. OLE color: 3157940.

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

Color convert

RGB1804748-
CMYK00.740.730.29
HSL359.55º58.59%44.51%-
HSV(B)359.55º73.89%70.59%-
XYZ20.3711.954.03-
YUV86.88106.06194.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.45%
GREEN value IS 47 (18.75% from 255) = 17.09%
BLUE value IS 48 (19.14% from 255) = 17.45%
R=65.45%
G=17.09%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180474800.740.730.29359.5558.5944.51
HexB42F3004A491D1683b2d
Octal26457600112111355507355
Binary1011010010111111000001001010100100111101101101000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42F30; }

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

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

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

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

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

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

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

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