Html Css Color HEX #B93234 Mahogany

📋 copy color: '#B93234'

red 185 ◦ green 50 ◦ blue 52

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

Shades of Mahogany #B93234

Tints of Mahogany #B93234

RGB

 RED value IS 185 (72.66% from 255) = 64.46%

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

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

R = 64.46%
G = 17.42%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B93234 (or 0xB93234) is known color: Mahogany. HEX triplet: B9, 32 and 34. RGB value is (185,50,52). Sum of RGB (Red+Green+Blue) = 185+50+52=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B93234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93234 is #46CDCB. Grayscale: #5A5A5A. Windows color (decimal): -4640204 or 3420857. OLE color: 3420857.

HSL color Cylindrical-coordinate representation of color #B93234: hue angle of 359.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B93234 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 50 52 -
CMYK 0 0.73 0.72 0.27
HSL 359.11º 0.57% 0.46% -
HSV(B) 359.11º 0.73% 0.73% -
XYZ 21.77 12.84 4.58 -
YUV 90.59 106.23 195.34 -
System Red Green Blue C M Y K H S L
Decimal 185 50 52 0 0.73 0.72 0.27 359.11 0.57 0.46
Hex B9 32 34 0 49 48 1B 167 39 2E
Octal 271 62 64 0 111 110 33 547 71 56
Binary 10111001 110010 110100 0 1001001 1001000 11011 101100111 111001 101110

Color Harmonies of #B93234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93234

Black with #B93234

Text Example


Text Example

White with #B93234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93234; }

 p { color: rgb(185,50,52); }

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

background-color css

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

 a { background-color: rgb(185,50,52); }

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

border-color css

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

 span { border-color: rgb(185,50,52); }

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