#BD3A3C

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

Shades of Mahogany #BD3A3C

Tints of Mahogany #BD3A3C

Color information

#BD3A3C (or 0xBD3A3C) is unknown color: approx Mahogany. HEX triplet: BD, 3A and 3C. RGB value is (189,58,60). Sum of RGB (Red+Green+Blue) = 189+58+60=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3A3C is #42C5C3. Grayscale: #616161. Windows color (decimal): -4376004 or 3947197. OLE color: 3947197.

HSL color Cylindrical-coordinate representation of color #BD3A3C: hue angle of 359.08º 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 #BD3A3C is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB1895860-
CMYK00.690.680.26
HSL359.08º53.04%48.43%-
HSV(B)359.08º69.31%74.12%-
XYZ23.3114.175.78-
YUV97.4106.9193.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.56%
GREEN value IS 58 (23.05% from 255) = 18.89%
BLUE value IS 60 (23.83% from 255) = 19.54%
R=61.56%
G=18.89%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189586000.690.680.26359.0853.0448.43
HexBD3A3C045441A1673530
Octal27572740105104325476560
Binary1011110111101011110001000101100010011010101100111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3A3C; }

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

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

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

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

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

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

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

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