#B42D30

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

Shades of Mahogany #B42D30

Tints of Mahogany #B42D30

Color information

#B42D30 (or 0xB42D30) is unknown color: approx Mahogany. HEX triplet: B4, 2D and 30. RGB value is (180,45,48). Sum of RGB (Red+Green+Blue) = 180+45+48=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42D30 is #4BD2CF. Grayscale: #555555. Windows color (decimal): -4969168 or 3157428. OLE color: 3157428.

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

Color convert

RGB1804548-
CMYK00.750.730.29
HSL358.67º60%44.12%-
HSV(B)358.67º75%70.59%-
XYZ20.2911.794-
YUV85.71106.73195.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.93%
GREEN value IS 45 (17.97% from 255) = 16.48%
BLUE value IS 48 (19.14% from 255) = 17.58%
R=65.93%
G=16.48%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180454800.750.730.29358.676044.12
HexB42D3004B491D1673c2c
Octal26455600113111355477454
Binary1011010010110111000001001011100100111101101100111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42D30; }

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

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

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

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

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

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

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

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