Html Css Color HEX #BD373A Mahogany

📋 copy color: '#BD373A'

red 189 ◦ green 55 ◦ blue 58

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

Shades of Mahogany #BD373A

Tints of Mahogany #BD373A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.21%

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

R = 62.58%
G = 18.21%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD373A (or 0xBD373A) is known color: Mahogany. HEX triplet: BD, 37 and 3A. RGB value is (189,55,58). Sum of RGB (Red+Green+Blue) = 189+55+58=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD373A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD373A is #42C8C5. Grayscale: #5F5F5F. Windows color (decimal): -4376774 or 3815357. OLE color: 3815357.

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

Color convert

RGB 189 55 58 -
CMYK 0 0.71 0.69 0.26
HSL 358.66º 0.55% 0.48% -
HSV(B) 358.66º 0.71% 0.74% -
XYZ 23.12 13.86 5.46 -
YUV 95.41 106.89 194.76 -
System Red Green Blue C M Y K H S L
Decimal 189 55 58 0 0.71 0.69 0.26 358.66 0.55 0.48
Hex BD 37 3A 0 47 45 1A 167 37 30
Octal 275 67 72 0 107 105 32 547 67 60
Binary 10111101 110111 111010 0 1000111 1000101 11010 101100111 110111 110000

Color Harmonies of #BD373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD373A

Black with #BD373A

Text Example


Text Example

White with #BD373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD373A; }

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

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

background-color css

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

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

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

border-color css

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

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

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