Html Css Color HEX #BD3437 Mahogany

📋 copy color: '#BD3437'

red 189 ◦ green 52 ◦ blue 55

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

Shades of Mahogany #BD3437

Tints of Mahogany #BD3437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.57%

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

R = 63.85%
G = 17.57%
B = 18.58%

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

#BD3437 (or 0xBD3437) is known color: Mahogany. HEX triplet: BD, 34 and 37. RGB value is (189,52,55). Sum of RGB (Red+Green+Blue) = 189+52+55=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3437 is #42CBC8. Grayscale: #5D5D5D. Windows color (decimal): -4377545 or 3617981. OLE color: 3617981.

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

Color convert

RGB 189 52 55 -
CMYK 0 0.72 0.71 0.26
HSL 358.69º 0.57% 0.47% -
HSV(B) 358.69º 0.72% 0.74% -
XYZ 22.9 13.55 5.02 -
YUV 93.31 106.39 196.26 -
System Red Green Blue C M Y K H S L
Decimal 189 52 55 0 0.72 0.71 0.26 358.69 0.57 0.47
Hex BD 34 37 0 48 47 1A 167 39 2F
Octal 275 64 67 0 110 107 32 547 71 57
Binary 10111101 110100 110111 0 1001000 1000111 11010 101100111 111001 101111

Color Harmonies of #BD3437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3437

Black with #BD3437

Text Example


Text Example

White with #BD3437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3437; }

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

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

background-color css

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

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

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

border-color css

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

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

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