Html Css Color HEX #BD3032 Mahogany

📋 copy color: '#BD3032'

red 189 ◦ green 48 ◦ blue 50

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

Shades of Mahogany #BD3032

Tints of Mahogany #BD3032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.72%

 BLUE value IS 50 (19.92% from 255) = 17.42%

R = 65.85%
G = 16.72%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD3032 (or 0xBD3032) is known color: Mahogany. HEX triplet: BD, 30 and 32. RGB value is (189,48,50). Sum of RGB (Red+Green+Blue) = 189+48+50=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3032 is #42CFCD. Grayscale: #5A5A5A. Windows color (decimal): -4378574 or 3289277. OLE color: 3289277.

HSL color Cylindrical-coordinate representation of color #BD3032: hue angle of 359.15º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3032 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 48 50 -
CMYK 0 0.75 0.74 0.26
HSL 359.15º 0.59% 0.46% -
HSV(B) 359.15º 0.75% 0.74% -
XYZ 22.62 13.16 4.37 -
YUV 90.39 105.21 198.34 -
System Red Green Blue C M Y K H S L
Decimal 189 48 50 0 0.75 0.74 0.26 359.15 0.59 0.46
Hex BD 30 32 0 4B 4A 1A 167 3B 2E
Octal 275 60 62 0 113 112 32 547 73 56
Binary 10111101 110000 110010 0 1001011 1001010 11010 101100111 111011 101110

Color Harmonies of #BD3032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3032

Black with #BD3032

Text Example


Text Example

White with #BD3032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3032; }

 p { color: rgb(189,48,50); }

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

background-color css

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

 a { background-color: rgb(189,48,50); }

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

border-color css

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

 span { border-color: rgb(189,48,50); }

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