#BD2B35

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

Shades of Mahogany #BD2B35

Tints of Mahogany #BD2B35

Color information

#BD2B35 (or 0xBD2B35) is unknown color: approx Mahogany. HEX triplet: BD, 2B and 35. RGB value is (189,43,53). Sum of RGB (Red+Green+Blue) = 189+43+53=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2B35 is #42D4CA. Grayscale: #575757. Windows color (decimal): -4379851 or 3484605. OLE color: 3484605.

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

Color convert

RGB1894353-
CMYK00.770.720.26
HSL355.89º62.93%45.49%-
HSV(B)355.89º77.25%74.12%-
XYZ22.4912.84.65-
YUV87.79108.37200.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 66.32%
GREEN value IS 43 (17.19% from 255) = 15.09%
BLUE value IS 53 (21.09% from 255) = 18.60%
R=66.32%
G=15.09%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189435300.770.720.26355.8962.9345.49
HexBD2B3504D481A1643f2d
Octal27553650115110325447755
Binary1011110110101111010101001101100100011010101100100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2B35; }

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

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

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

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

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

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

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

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