Html Css Color HEX #BD393D Mahogany

📋 copy color: '#BD393D'

red 189 ◦ green 57 ◦ blue 61

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

Shades of Mahogany #BD393D

Tints of Mahogany #BD393D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.87%

R = 61.56%
G = 18.57%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD393D (or 0xBD393D) is known color: Mahogany. HEX triplet: BD, 39 and 3D. RGB value is (189,57,61). Sum of RGB (Red+Green+Blue) = 189+57+61=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD393D is #42C6C2. Grayscale: #616161. Windows color (decimal): -4376259 or 4012477. OLE color: 4012477.

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

Color convert

RGB 189 57 61 -
CMYK 0 0.70 0.68 0.26
HSL 358.18º 0.54% 0.48% -
HSV(B) 358.18º 0.7% 0.74% -
XYZ 23.29 14.08 5.91 -
YUV 96.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 189 57 61 0 0.70 0.68 0.26 358.18 0.54 0.48
Hex BD 39 3D 0 46 44 1A 166 36 30
Octal 275 71 75 0 106 104 32 546 66 60
Binary 10111101 111001 111101 0 1000110 1000100 11010 101100110 110110 110000

Color Harmonies of #BD393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD393D

Black with #BD393D

Text Example


Text Example

White with #BD393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD393D; }

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

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

background-color css

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

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

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

border-color css

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

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

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