Html Css Color HEX #BD3539 Mahogany

📋 copy color: '#BD3539'

red 189 ◦ green 53 ◦ blue 57

#BD3539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #BD3539

Tints of Mahogany #BD3539

RGB

 RED value IS 189 (74.22% from 255) = 63.21%

 GREEN value IS 53 (21.09% from 255) = 17.73%

 BLUE value IS 57 (22.66% from 255) = 19.06%

R = 63.21%
G = 17.73%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD3539 (or 0xBD3539) is known color: Mahogany. HEX triplet: BD, 35 and 39. RGB value is (189,53,57). Sum of RGB (Red+Green+Blue) = 189+53+57=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3539 is #42CAC6. Grayscale: #5E5E5E. Windows color (decimal): -4377287 or 3749309. OLE color: 3749309.

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

Color convert

RGB 189 53 57 -
CMYK 0 0.72 0.70 0.26
HSL 358.24º 0.56% 0.47% -
HSV(B) 358.24º 0.72% 0.74% -
XYZ 23 13.66 5.3 -
YUV 94.12 107.06 195.67 -
System Red Green Blue C M Y K H S L
Decimal 189 53 57 0 0.72 0.70 0.26 358.24 0.56 0.47
Hex BD 35 39 0 48 46 1A 166 38 2F
Octal 275 65 71 0 110 106 32 546 70 57
Binary 10111101 110101 111001 0 1001000 1000110 11010 101100110 111000 101111

Color Harmonies of #BD3539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3539

Black with #BD3539

Text Example


Text Example

White with #BD3539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3539; }

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

 H1.HeaderClassName
 {
   color: #BD3539;
 }
 .AnyTagClassName
 {
   color: #BD3539;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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