Html Css Color HEX #BD3537 Mahogany

📋 copy color: '#BD3537'

red 189 ◦ green 53 ◦ blue 55

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

Shades of Mahogany #BD3537

Tints of Mahogany #BD3537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.52%

R = 63.64%
G = 17.85%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BD3537 (or 0xBD3537) is known color: Mahogany. HEX triplet: BD, 35 and 37. RGB value is (189,53,55). Sum of RGB (Red+Green+Blue) = 189+53+55=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3537 is #42CAC8. Grayscale: #5E5E5E. Windows color (decimal): -4377289 or 3618237. OLE color: 3618237.

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

Color convert

RGB 189 53 55 -
CMYK 0 0.72 0.71 0.26
HSL 359.12º 0.56% 0.47% -
HSV(B) 359.12º 0.72% 0.74% -
XYZ 22.95 13.64 5.04 -
YUV 93.89 106.06 195.84 -
System Red Green Blue C M Y K H S L
Decimal 189 53 55 0 0.72 0.71 0.26 359.12 0.56 0.47
Hex BD 35 37 0 48 47 1A 167 38 2F
Octal 275 65 67 0 110 107 32 547 70 57
Binary 10111101 110101 110111 0 1001000 1000111 11010 101100111 111000 101111

Color Harmonies of #BD3537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3537

Black with #BD3537

Text Example


Text Example

White with #BD3537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3537; }

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

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

background-color css

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

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

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

border-color css

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

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

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