Html Css Color HEX #BD393A Mahogany

📋 copy color: '#BD393A'

red 189 ◦ green 57 ◦ blue 58

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

Shades of Mahogany #BD393A

Tints of Mahogany #BD393A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.75%

 BLUE value IS 58 (23.05% from 255) = 19.08%

R = 62.17%
G = 18.75%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD393A (or 0xBD393A) is known color: Mahogany. HEX triplet: BD, 39 and 3A. RGB value is (189,57,58). Sum of RGB (Red+Green+Blue) = 189+57+58=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD393A is #42C6C5. Grayscale: #606060. Windows color (decimal): -4376262 or 3815869. OLE color: 3815869.

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

Color convert

RGB 189 57 58 -
CMYK 0 0.70 0.69 0.26
HSL 359.55º 0.54% 0.48% -
HSV(B) 359.55º 0.7% 0.74% -
XYZ 23.21 14.05 5.49 -
YUV 96.58 106.23 193.92 -
System Red Green Blue C M Y K H S L
Decimal 189 57 58 0 0.70 0.69 0.26 359.55 0.54 0.48
Hex BD 39 3A 0 46 45 1A 168 36 30
Octal 275 71 72 0 106 105 32 550 66 60
Binary 10111101 111001 111010 0 1000110 1000101 11010 101101000 110110 110000

Color Harmonies of #BD393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD393A

Black with #BD393A

Text Example


Text Example

White with #BD393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD393A; }

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

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

background-color css

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

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

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

border-color css

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

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

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