Html Css Color HEX #B92E2F Mahogany

📋 copy color: '#B92E2F'

red 185 ◦ green 46 ◦ blue 47

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

Shades of Mahogany #B92E2F

Tints of Mahogany #B92E2F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.55%

 BLUE value IS 47 (18.75% from 255) = 16.91%

R = 66.55%
G = 16.55%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B92E2F (or 0xB92E2F) is known color: Mahogany. HEX triplet: B9, 2E and 2F. RGB value is (185,46,47). Sum of RGB (Red+Green+Blue) = 185+46+47=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92E2F is #46D1D0. Grayscale: #575757. Windows color (decimal): -4641233 or 3092153. OLE color: 3092153.

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

Color convert

RGB 185 46 47 -
CMYK 0 0.75 0.75 0.27
HSL 359.57º 0.6% 0.45% -
HSV(B) 359.57º 0.75% 0.73% -
XYZ 21.5 12.47 3.96 -
YUV 87.68 105.05 197.42 -
System Red Green Blue C M Y K H S L
Decimal 185 46 47 0 0.75 0.75 0.27 359.57 0.6 0.45
Hex B9 2E 2F 0 4B 4B 1B 168 3C 2D
Octal 271 56 57 0 113 113 33 550 74 55
Binary 10111001 101110 101111 0 1001011 1001011 11011 101101000 111100 101101

Color Harmonies of #B92E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92E2F

Black with #B92E2F

Text Example


Text Example

White with #B92E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92E2F; }

 p { color: rgb(185,46,47); }

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

background-color css

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

 a { background-color: rgb(185,46,47); }

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

border-color css

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

 span { border-color: rgb(185,46,47); }

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