#BD3238

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

Shades of Mahogany #BD3238

Tints of Mahogany #BD3238

Color information

#BD3238 (or 0xBD3238) is unknown color: approx Mahogany. HEX triplet: BD, 32 and 38. RGB value is (189,50,56). Sum of RGB (Red+Green+Blue) = 189+50+56=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3238 is #42CDC7. Grayscale: #5C5C5C. Windows color (decimal): -4378056 or 3683005. OLE color: 3683005.

HSL color Cylindrical-coordinate representation of color #BD3238: hue angle of 357.41º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3238 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB1895056-
CMYK00.740.700.26
HSL357.41º58.16%46.86%-
HSV(B)357.41º73.54%74.12%-
XYZ22.8413.395.12-
YUV92.24107.55197.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.07%
GREEN value IS 50 (19.92% from 255) = 16.95%
BLUE value IS 56 (22.27% from 255) = 18.98%
R=64.07%
G=16.95%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189505600.740.700.26357.4158.1646.86
HexBD323804A461A1653a2f
Octal27562700112106325457257
Binary1011110111001011100001001010100011011010101100101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3238; }

 p { color: rgb(189,50,56); }

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

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

 a { background-color: rgb(189,50,56); }

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

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

 span { border-color: rgb(189,50,56); }

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