#BD3538

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

Shades of Mahogany #BD3538

Tints of Mahogany #BD3538

Color information

#BD3538 (or 0xBD3538) is unknown color: approx Mahogany. HEX triplet: BD, 35 and 38. RGB value is (189,53,56). Sum of RGB (Red+Green+Blue) = 189+53+56=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3538 is #42CAC7. Grayscale: #5E5E5E. Windows color (decimal): -4377288 or 3683773. OLE color: 3683773.

HSL color Cylindrical-coordinate representation of color #BD3538: hue angle of 358.68º degrees, saturation: 0.56, 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 #BD3538 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB1895356-
CMYK00.720.700.26
HSL358.68º56.2%47.45%-
HSV(B)358.68º71.96%74.12%-
XYZ22.9713.655.17-
YUV94.01106.56195.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.42%
GREEN value IS 53 (21.09% from 255) = 17.79%
BLUE value IS 56 (22.27% from 255) = 18.79%
R=63.42%
G=17.79%
B=18.79%

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
Decimal189535600.720.700.26358.6856.247.45
HexBD3538048461A167382f
Octal27565700110106325477057
Binary1011110111010111100001001000100011011010101100111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3538; }

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

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

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

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

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

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

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

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