#BD363A

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

Shades of Mahogany #BD363A

Tints of Mahogany #BD363A

Color information

#BD363A (or 0xBD363A) is unknown color: approx Mahogany. HEX triplet: BD, 36 and 3A. RGB value is (189,54,58). Sum of RGB (Red+Green+Blue) = 189+54+58=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD363A is #42C9C5. Grayscale: #5E5E5E. Windows color (decimal): -4377030 or 3815101. OLE color: 3815101.

HSL color Cylindrical-coordinate representation of color #BD363A: hue angle of 358.22º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD363A is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB1895458-
CMYK00.710.690.26
HSL358.22º55.56%47.65%-
HSV(B)358.22º71.43%74.12%-
XYZ23.0713.765.44-
YUV94.82107.23195.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.79%
GREEN value IS 54 (21.48% from 255) = 17.94%
BLUE value IS 58 (23.05% from 255) = 19.27%
R=62.79%
G=17.94%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189545800.710.690.26358.2255.5647.65
HexBD363A047451A1663830
Octal27566720107105325467060
Binary1011110111011011101001000111100010111010101100110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD363A; }

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

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

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

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

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

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

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

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