#BD2B33

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

Shades of Mahogany #BD2B33

Tints of Mahogany #BD2B33

Color information

#BD2B33 (or 0xBD2B33) is unknown color: approx Mahogany. HEX triplet: BD, 2B and 33. RGB value is (189,43,51). Sum of RGB (Red+Green+Blue) = 189+43+51=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2B33 is #42D4CC. Grayscale: #575757. Windows color (decimal): -4379853 or 3353533. OLE color: 3353533.

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

Color convert

RGB1894351-
CMYK00.770.730.26
HSL356.71º62.93%45.49%-
HSV(B)356.71º77.25%74.12%-
XYZ22.4512.794.42-
YUV87.57107.37200.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 66.78%
GREEN value IS 43 (17.19% from 255) = 15.19%
BLUE value IS 51 (20.31% from 255) = 18.02%
R=66.78%
G=15.19%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189435100.770.730.26356.7162.9345.49
HexBD2B3304D491A1653f2d
Octal27553630115111325457755
Binary1011110110101111001101001101100100111010101100101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2B33; }

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

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

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

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

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

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

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

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