Html Css Color HEX #BD393C Mahogany

📋 copy color: '#BD393C'

red 189 ◦ green 57 ◦ blue 60

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

Shades of Mahogany #BD393C

Tints of Mahogany #BD393C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.61%

R = 61.76%
G = 18.63%
B = 19.61%

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

#BD393C (or 0xBD393C) is known color: Mahogany. HEX triplet: BD, 39 and 3C. RGB value is (189,57,60). Sum of RGB (Red+Green+Blue) = 189+57+60=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD393C is #42C6C3. Grayscale: #606060. Windows color (decimal): -4376260 or 3946941. OLE color: 3946941.

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

Color convert

RGB 189 57 60 -
CMYK 0 0.70 0.68 0.26
HSL 358.64º 0.54% 0.48% -
HSV(B) 358.64º 0.7% 0.74% -
XYZ 23.27 14.07 5.76 -
YUV 96.81 107.23 193.76 -
System Red Green Blue C M Y K H S L
Decimal 189 57 60 0 0.70 0.68 0.26 358.64 0.54 0.48
Hex BD 39 3C 0 46 44 1A 167 36 30
Octal 275 71 74 0 106 104 32 547 66 60
Binary 10111101 111001 111100 0 1000110 1000100 11010 101100111 110110 110000

Color Harmonies of #BD393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD393C

Black with #BD393C

Text Example


Text Example

White with #BD393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD393C; }

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

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

background-color css

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

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

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

border-color css

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

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

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