Html Css Color HEX #BD3239 Mahogany

📋 copy color: '#BD3239'

red 189 ◦ green 50 ◦ blue 57

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

Shades of Mahogany #BD3239

Tints of Mahogany #BD3239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.89%

 BLUE value IS 57 (22.66% from 255) = 19.26%

R = 63.85%
G = 16.89%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD3239 (or 0xBD3239) is known color: Mahogany. HEX triplet: BD, 32 and 39. RGB value is (189,50,57). Sum of RGB (Red+Green+Blue) = 189+50+57=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3239 is #42CDC6. Grayscale: #5C5C5C. Windows color (decimal): -4378055 or 3748541. OLE color: 3748541.

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

Color convert

RGB 189 50 57 -
CMYK 0 0.74 0.70 0.26
HSL 356.98º 0.58% 0.47% -
HSV(B) 356.98º 0.74% 0.74% -
XYZ 22.87 13.4 5.25 -
YUV 92.36 108.05 196.93 -
System Red Green Blue C M Y K H S L
Decimal 189 50 57 0 0.74 0.70 0.26 356.98 0.58 0.47
Hex BD 32 39 0 4A 46 1A 165 3A 2F
Octal 275 62 71 0 112 106 32 545 72 57
Binary 10111101 110010 111001 0 1001010 1000110 11010 101100101 111010 101111

Color Harmonies of #BD3239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3239

Black with #BD3239

Text Example


Text Example

White with #BD3239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3239; }

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

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

background-color css

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

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

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

border-color css

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

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

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