#b42c2d

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

Shades of Mahogany #B42C2D

Tints of Mahogany #B42C2D

Color information

#B42C2D (or 0xB42C2D) is unknown color: approx Mahogany. HEX triplet: B4, 2C and 2D. RGB value is (180,44,45). Sum of RGB (Red+Green+Blue) = 180+44+45=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42C2D is #4BD3D2. Grayscale: #545454. Windows color (decimal): -4969427 or 2960564. OLE color: 2960564.

HSL color Cylindrical-coordinate representation of color #B42C2D: hue angle of 359.56º 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 #B42C2D is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB1804445-
CMYK00.760.750.29
HSL359.56º60.71%43.92%-
HSV(B)359.56º75.56%70.59%-
XYZ20.211.693.68-
YUV84.78105.56195.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.91%
GREEN value IS 44 (17.58% from 255) = 16.36%
BLUE value IS 45 (17.97% from 255) = 16.73%
R=66.91%
G=16.36%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180444500.760.750.29359.5660.7143.92
HexB42C2D04C4B1D1683d2c
Octal26454550114113355507554
Binary1011010010110010110101001100100101111101101101000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b42c2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b42c2d; }

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

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

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

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

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

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

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

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