Html Css Color HEX #B92A2C Mahogany

📋 copy color: '#B92A2C'

red 185 ◦ green 42 ◦ blue 44

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

Shades of Mahogany #B92A2C

Tints of Mahogany #B92A2C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.5%

 BLUE value IS 44 (17.58% from 255) = 16.24%

R = 68.27%
G = 15.5%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B92A2C (or 0xB92A2C) is known color: Mahogany. HEX triplet: B9, 2A and 2C. RGB value is (185,42,44). Sum of RGB (Red+Green+Blue) = 185+42+44=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92A2C is #46D5D3. Grayscale: #555555. Windows color (decimal): -4642260 or 2894521. OLE color: 2894521.

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

Color convert

RGB 185 42 44 -
CMYK 0 0.77 0.76 0.27
HSL 359.16º 0.63% 0.45% -
HSV(B) 359.16º 0.77% 0.73% -
XYZ 21.29 12.15 3.61 -
YUV 84.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 185 42 44 0 0.77 0.76 0.27 359.16 0.63 0.45
Hex B9 2A 2C 0 4D 4C 1B 167 3F 2D
Octal 271 52 54 0 115 114 33 547 77 55
Binary 10111001 101010 101100 0 1001101 1001100 11011 101100111 111111 101101

Color Harmonies of #B92A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92A2C

Black with #B92A2C

Text Example


Text Example

White with #B92A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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