#BD3A3B

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

Shades of Mahogany #BD3A3B

Tints of Mahogany #BD3A3B

Color information

#BD3A3B (or 0xBD3A3B) is unknown color: approx Mahogany. HEX triplet: BD, 3A and 3B. RGB value is (189,58,59). Sum of RGB (Red+Green+Blue) = 189+58+59=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3A3B is #42C5C4. Grayscale: #616161. Windows color (decimal): -4376005 or 3881661. OLE color: 3881661.

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

Color convert

RGB1895859-
CMYK00.690.690.26
HSL359.54º53.04%48.43%-
HSV(B)359.54º69.31%74.12%-
XYZ23.2914.165.64-
YUV97.28106.4193.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.76%
GREEN value IS 58 (23.05% from 255) = 18.95%
BLUE value IS 59 (23.44% from 255) = 19.28%
R=61.76%
G=18.95%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189585900.690.690.26359.5453.0448.43
HexBD3A3B045451A1683530
Octal27572730105105325506560
Binary1011110111101011101101000101100010111010101101000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3A3B; }

 p { color: rgb(189,58,59); }

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

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

 a { background-color: rgb(189,58,59); }

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

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

 span { border-color: rgb(189,58,59); }

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