#BD2628

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

Shades of Mahogany #BD2628

Tints of Mahogany #BD2628

Color information

#BD2628 (or 0xBD2628) is unknown color: approx Mahogany. HEX triplet: BD, 26 and 28. RGB value is (189,38,40). Sum of RGB (Red+Green+Blue) = 189+38+40=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2628 is #42D9D7. Grayscale: #535353. Windows color (decimal): -4381144 or 2631357. OLE color: 2631357.

HSL color Cylindrical-coordinate representation of color #BD2628: hue angle of 359.21º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2628 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB1893840-
CMYK00.800.790.26
HSL359.21º66.52%44.51%-
HSV(B)359.21º79.89%74.12%-
XYZ22.0612.363.23-
YUV83.38103.53203.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 70.79%
GREEN value IS 38 (15.23% from 255) = 14.23%
BLUE value IS 40 (16.02% from 255) = 14.98%
R=70.79%
G=14.23%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189384000.800.790.26359.2166.5244.51
HexBD26280504F1A167432d
Octal275465001201173254710355
Binary10111101100110101000010100001001111110101011001111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2628; }

 p { color: rgb(189,38,40); }

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

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

 a { background-color: rgb(189,38,40); }

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

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

 span { border-color: rgb(189,38,40); }

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