Html Css Color HEX #BD3134 Mahogany

📋 copy color: '#BD3134'

red 189 ◦ green 49 ◦ blue 52

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

Shades of Mahogany #BD3134

Tints of Mahogany #BD3134

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.9%

 BLUE value IS 52 (20.7% from 255) = 17.93%

R = 65.17%
G = 16.9%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD3134 (or 0xBD3134) is known color: Mahogany. HEX triplet: BD, 31 and 34. RGB value is (189,49,52). Sum of RGB (Red+Green+Blue) = 189+49+52=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3134 is #42CECB. Grayscale: #5B5B5B. Windows color (decimal): -4378316 or 3420605. OLE color: 3420605.

HSL color Cylindrical-coordinate representation of color #BD3134: hue angle of 358.71º degrees, saturation: 0.59, 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 #BD3134 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 49 52 -
CMYK 0 0.74 0.72 0.26
HSL 358.71º 0.59% 0.47% -
HSV(B) 358.71º 0.74% 0.74% -
XYZ 22.7 13.26 4.61 -
YUV 91.2 105.88 197.76 -
System Red Green Blue C M Y K H S L
Decimal 189 49 52 0 0.74 0.72 0.26 358.71 0.59 0.47
Hex BD 31 34 0 4A 48 1A 167 3B 2F
Octal 275 61 64 0 112 110 32 547 73 57
Binary 10111101 110001 110100 0 1001010 1001000 11010 101100111 111011 101111

Color Harmonies of #BD3134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3134

Black with #BD3134

Text Example


Text Example

White with #BD3134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3134; }

 p { color: rgb(189,49,52); }

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

background-color css

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

 a { background-color: rgb(189,49,52); }

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

border-color css

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

 span { border-color: rgb(189,49,52); }

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