Html Css Color HEX #BD3336 Mahogany

📋 copy color: '#BD3336'

red 189 ◦ green 51 ◦ blue 54

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

Shades of Mahogany #BD3336

Tints of Mahogany #BD3336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.37%

R = 64.29%
G = 17.35%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BD3336 (or 0xBD3336) is known color: Mahogany. HEX triplet: BD, 33 and 36. RGB value is (189,51,54). Sum of RGB (Red+Green+Blue) = 189+51+54=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3336 is #42CCC9. Grayscale: #5C5C5C. Windows color (decimal): -4377802 or 3552189. OLE color: 3552189.

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

Color convert

RGB 189 51 54 -
CMYK 0 0.73 0.71 0.26
HSL 358.7º 0.58% 0.47% -
HSV(B) 358.7º 0.73% 0.74% -
XYZ 22.84 13.45 4.88 -
YUV 92.6 106.22 196.76 -
System Red Green Blue C M Y K H S L
Decimal 189 51 54 0 0.73 0.71 0.26 358.7 0.58 0.47
Hex BD 33 36 0 49 47 1A 167 3A 2F
Octal 275 63 66 0 111 107 32 547 72 57
Binary 10111101 110011 110110 0 1001001 1000111 11010 101100111 111010 101111

Color Harmonies of #BD3336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3336

Black with #BD3336

Text Example


Text Example

White with #BD3336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3336; }

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

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

background-color css

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

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

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

border-color css

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

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

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