Html Css Color HEX #B92C2F Mahogany

📋 copy color: '#B92C2F'

red 185 ◦ green 44 ◦ blue 47

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

Shades of Mahogany #B92C2F

Tints of Mahogany #B92C2F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.94%

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

R = 67.03%
G = 15.94%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B92C2F (or 0xB92C2F) is known color: Mahogany. HEX triplet: B9, 2C and 2F. RGB value is (185,44,47). Sum of RGB (Red+Green+Blue) = 185+44+47=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92C2F is #46D3D0. Grayscale: #565656. Windows color (decimal): -4641745 or 3091641. OLE color: 3091641.

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

Color convert

RGB 185 44 47 -
CMYK 0 0.76 0.75 0.27
HSL 358.72º 0.62% 0.45% -
HSV(B) 358.72º 0.76% 0.73% -
XYZ 21.42 12.32 3.94 -
YUV 86.5 105.71 198.26 -
System Red Green Blue C M Y K H S L
Decimal 185 44 47 0 0.76 0.75 0.27 358.72 0.62 0.45
Hex B9 2C 2F 0 4C 4B 1B 167 3E 2D
Octal 271 54 57 0 114 113 33 547 76 55
Binary 10111001 101100 101111 0 1001100 1001011 11011 101100111 111110 101101

Color Harmonies of #B92C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92C2F

Black with #B92C2F

Text Example


Text Example

White with #B92C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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