Html Css Color HEX #BD3839 Mahogany

📋 copy color: '#BD3839'

red 189 ◦ green 56 ◦ blue 57

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

Shades of Mahogany #BD3839

Tints of Mahogany #BD3839

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.54%

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

R = 62.58%
G = 18.54%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD3839 (or 0xBD3839) is known color: Mahogany. HEX triplet: BD, 38 and 39. RGB value is (189,56,57). Sum of RGB (Red+Green+Blue) = 189+56+57=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3839 is #42C7C6. Grayscale: #606060. Windows color (decimal): -4376519 or 3750077. OLE color: 3750077.

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

Color convert

RGB 189 56 57 -
CMYK 0 0.70 0.70 0.26
HSL 359.55º 0.54% 0.48% -
HSV(B) 359.55º 0.7% 0.74% -
XYZ 23.14 13.94 5.34 -
YUV 95.88 106.06 194.42 -
System Red Green Blue C M Y K H S L
Decimal 189 56 57 0 0.70 0.70 0.26 359.55 0.54 0.48
Hex BD 38 39 0 46 46 1A 168 36 30
Octal 275 70 71 0 106 106 32 550 66 60
Binary 10111101 111000 111001 0 1000110 1000110 11010 101101000 110110 110000

Color Harmonies of #BD3839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3839

Black with #BD3839

Text Example


Text Example

White with #BD3839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3839; }

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

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

background-color css

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

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

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

border-color css

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

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

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