Html Css Color HEX #BD3339 Mahogany

📋 copy color: '#BD3339'

red 189 ◦ green 51 ◦ blue 57

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

Shades of Mahogany #BD3339

Tints of Mahogany #BD3339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.17%

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

R = 63.64%
G = 17.17%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD3339 (or 0xBD3339) is known color: Mahogany. HEX triplet: BD, 33 and 39. RGB value is (189,51,57). Sum of RGB (Red+Green+Blue) = 189+51+57=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3339 is #42CCC6. Grayscale: #5D5D5D. Windows color (decimal): -4377799 or 3748797. OLE color: 3748797.

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

Color convert

RGB 189 51 57 -
CMYK 0 0.73 0.70 0.26
HSL 357.39º 0.58% 0.47% -
HSV(B) 357.39º 0.73% 0.74% -
XYZ 22.91 13.48 5.27 -
YUV 92.95 107.72 196.51 -
System Red Green Blue C M Y K H S L
Decimal 189 51 57 0 0.73 0.70 0.26 357.39 0.58 0.47
Hex BD 33 39 0 49 46 1A 165 3A 2F
Octal 275 63 71 0 111 106 32 545 72 57
Binary 10111101 110011 111001 0 1001001 1000110 11010 101100101 111010 101111

Color Harmonies of #BD3339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3339

Black with #BD3339

Text Example


Text Example

White with #BD3339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3339; }

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

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

background-color css

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

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

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

border-color css

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

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

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