Html Css Color HEX #B93034 Mahogany

📋 copy color: '#B93034'

red 185 ◦ green 48 ◦ blue 52

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

Shades of Mahogany #B93034

Tints of Mahogany #B93034

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.84%

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

R = 64.91%
G = 16.84%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B93034 (or 0xB93034) is known color: Mahogany. HEX triplet: B9, 30 and 34. RGB value is (185,48,52). Sum of RGB (Red+Green+Blue) = 185+48+52=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B93034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93034 is #46CFCB. Grayscale: #595959. Windows color (decimal): -4640716 or 3420345. OLE color: 3420345.

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

Color convert

RGB 185 48 52 -
CMYK 0 0.74 0.72 0.27
HSL 358.25º 0.59% 0.46% -
HSV(B) 358.25º 0.74% 0.73% -
XYZ 21.68 12.68 4.55 -
YUV 89.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 185 48 52 0 0.74 0.72 0.27 358.25 0.59 0.46
Hex B9 30 34 0 4A 48 1B 166 3B 2E
Octal 271 60 64 0 112 110 33 546 73 56
Binary 10111001 110000 110100 0 1001010 1001000 11011 101100110 111011 101110

Color Harmonies of #B93034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93034

Black with #B93034

Text Example


Text Example

White with #B93034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93034; }

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

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

background-color css

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

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

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

border-color css

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

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

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