Html Css Color HEX #BD3237 Mahogany

📋 copy color: '#BD3237'

red 189 ◦ green 50 ◦ blue 55

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

Shades of Mahogany #BD3237

Tints of Mahogany #BD3237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.01%

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

R = 64.29%
G = 17.01%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BD3237 (or 0xBD3237) is known color: Mahogany. HEX triplet: BD, 32 and 37. RGB value is (189,50,55). Sum of RGB (Red+Green+Blue) = 189+50+55=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3237 is #42CDC8. Grayscale: #5C5C5C. Windows color (decimal): -4378057 or 3617469. OLE color: 3617469.

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

Color convert

RGB 189 50 55 -
CMYK 0 0.74 0.71 0.26
HSL 357.84º 0.58% 0.47% -
HSV(B) 357.84º 0.74% 0.74% -
XYZ 22.82 13.38 4.99 -
YUV 92.13 107.05 197.09 -
System Red Green Blue C M Y K H S L
Decimal 189 50 55 0 0.74 0.71 0.26 357.84 0.58 0.47
Hex BD 32 37 0 4A 47 1A 166 3A 2F
Octal 275 62 67 0 112 107 32 546 72 57
Binary 10111101 110010 110111 0 1001010 1000111 11010 101100110 111010 101111

Color Harmonies of #BD3237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3237

Black with #BD3237

Text Example


Text Example

White with #BD3237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3237; }

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

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

background-color css

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

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

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

border-color css

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

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

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