#BD3136

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

Shades of Mahogany #BD3136

Tints of Mahogany #BD3136

Color information

#BD3136 (or 0xBD3136) is unknown color: approx Mahogany. HEX triplet: BD, 31 and 36. RGB value is (189,49,54). Sum of RGB (Red+Green+Blue) = 189+49+54=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3136 is #42CEC9. Grayscale: #5B5B5B. Windows color (decimal): -4378314 or 3551677. OLE color: 3551677.

HSL color Cylindrical-coordinate representation of color #BD3136: hue angle of 357.86º degrees, saturation: 0.59, 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 #BD3136 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB1894954-
CMYK00.740.710.26
HSL357.86º58.82%46.67%-
HSV(B)357.86º74.07%74.12%-
XYZ22.7513.284.85-
YUV91.43106.88197.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.73%
GREEN value IS 49 (19.53% from 255) = 16.78%
BLUE value IS 54 (21.48% from 255) = 18.49%
R=64.73%
G=16.78%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189495400.740.710.26357.8658.8246.67
HexBD313604A471A1663b2f
Octal27561660112107325467357
Binary1011110111000111011001001010100011111010101100110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3136; }

 p { color: rgb(189,49,54); }

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

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

 a { background-color: rgb(189,49,54); }

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

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

 span { border-color: rgb(189,49,54); }

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