Html Css Color HEX #B92A2E Mahogany

📋 copy color: '#B92A2E'

red 185 ◦ green 42 ◦ blue 46

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

Shades of Mahogany #B92A2E

Tints of Mahogany #B92A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.85%

R = 67.77%
G = 15.38%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B92A2E (or 0xB92A2E) is known color: Mahogany. HEX triplet: B9, 2A and 2E. RGB value is (185,42,46). Sum of RGB (Red+Green+Blue) = 185+42+46=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92A2E is #46D5D1. Grayscale: #555555. Windows color (decimal): -4642258 or 3025593. OLE color: 3025593.

HSL color Cylindrical-coordinate representation of color #B92A2E: hue angle of 358.32º 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 #B92A2E is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 42 46 -
CMYK 0 0.77 0.75 0.27
HSL 358.32º 0.63% 0.45% -
HSV(B) 358.32º 0.77% 0.73% -
XYZ 21.33 12.17 3.81 -
YUV 85.21 105.88 199.17 -
System Red Green Blue C M Y K H S L
Decimal 185 42 46 0 0.77 0.75 0.27 358.32 0.63 0.45
Hex B9 2A 2E 0 4D 4B 1B 166 3F 2D
Octal 271 52 56 0 115 113 33 546 77 55
Binary 10111001 101010 101110 0 1001101 1001011 11011 101100110 111111 101101

Color Harmonies of #B92A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92A2E

Black with #B92A2E

Text Example


Text Example

White with #B92A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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