#BD3438

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

Shades of Mahogany #BD3438

Tints of Mahogany #BD3438

Color information

#BD3438 (or 0xBD3438) is unknown color: approx Mahogany. HEX triplet: BD, 34 and 38. RGB value is (189,52,56). Sum of RGB (Red+Green+Blue) = 189+52+56=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3438 is #42CBC7. Grayscale: #5D5D5D. Windows color (decimal): -4377544 or 3683517. OLE color: 3683517.

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

Color convert

RGB1895256-
CMYK00.720.700.26
HSL358.25º56.85%47.25%-
HSV(B)358.25º72.49%74.12%-
XYZ22.9313.565.15-
YUV93.42106.89196.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.64%
GREEN value IS 52 (20.70% from 255) = 17.51%
BLUE value IS 56 (22.27% from 255) = 18.86%
R=63.64%
G=17.51%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189525600.720.700.26358.2556.8547.25
HexBD3438048461A166392f
Octal27564700110106325467157
Binary1011110111010011100001001000100011011010101100110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3438; }

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

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

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

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

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

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

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

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