Html Css Color HEX #BD3033 Mahogany

📋 copy color: '#BD3033'

red 189 ◦ green 48 ◦ blue 51

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

Shades of Mahogany #BD3033

Tints of Mahogany #BD3033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.71%

R = 65.63%
G = 16.67%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BD3033 (or 0xBD3033) is known color: Mahogany. HEX triplet: BD, 30 and 33. RGB value is (189,48,51). Sum of RGB (Red+Green+Blue) = 189+48+51=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3033 is #42CFCC. Grayscale: #5A5A5A. Windows color (decimal): -4378573 or 3354813. OLE color: 3354813.

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

Color convert

RGB 189 48 51 -
CMYK 0 0.75 0.73 0.26
HSL 358.72º 0.59% 0.46% -
HSV(B) 358.72º 0.75% 0.74% -
XYZ 22.64 13.17 4.48 -
YUV 90.5 105.71 198.26 -
System Red Green Blue C M Y K H S L
Decimal 189 48 51 0 0.75 0.73 0.26 358.72 0.59 0.46
Hex BD 30 33 0 4B 49 1A 167 3B 2E
Octal 275 60 63 0 113 111 32 547 73 56
Binary 10111101 110000 110011 0 1001011 1001001 11010 101100111 111011 101110

Color Harmonies of #BD3033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3033

Black with #BD3033

Text Example


Text Example

White with #BD3033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3033; }

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

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

background-color css

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

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

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

border-color css

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

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

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