Html Css Color HEX #BD3233 Mahogany

📋 copy color: '#BD3233'

red 189 ◦ green 50 ◦ blue 51

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

Shades of Mahogany #BD3233

Tints of Mahogany #BD3233

RGB

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

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

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

R = 65.17%
G = 17.24%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BD3233 (or 0xBD3233) is known color: Mahogany. HEX triplet: BD, 32 and 33. RGB value is (189,50,51). Sum of RGB (Red+Green+Blue) = 189+50+51=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3233 is #42CDCC. Grayscale: #5B5B5B. Windows color (decimal): -4378061 or 3355325. OLE color: 3355325.

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

Color convert

RGB 189 50 51 -
CMYK 0 0.74 0.73 0.26
HSL 359.57º 0.58% 0.47% -
HSV(B) 359.57º 0.74% 0.74% -
XYZ 22.72 13.34 4.51 -
YUV 91.68 105.05 197.42 -
System Red Green Blue C M Y K H S L
Decimal 189 50 51 0 0.74 0.73 0.26 359.57 0.58 0.47
Hex BD 32 33 0 4A 49 1A 168 3A 2F
Octal 275 62 63 0 112 111 32 550 72 57
Binary 10111101 110010 110011 0 1001010 1001001 11010 101101000 111010 101111

Color Harmonies of #BD3233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3233

Black with #BD3233

Text Example


Text Example

White with #BD3233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3233; }

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

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

background-color css

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

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

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

border-color css

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

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

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