Html Css Color HEX #B92A2F Mahogany

📋 copy color: '#B92A2F'

red 185 ◦ green 42 ◦ blue 47

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

Shades of Mahogany #B92A2F

Tints of Mahogany #B92A2F

RGB

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

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

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

R = 67.52%
G = 15.33%
B = 17.15%

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

#B92A2F (or 0xB92A2F) is known color: Mahogany. HEX triplet: B9, 2A and 2F. RGB value is (185,42,47). Sum of RGB (Red+Green+Blue) = 185+42+47=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 42 (16.80% from 255 or 15.33% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92A2F is #46D5D0. Grayscale: #555555. Windows color (decimal): -4642257 or 3091129. OLE color: 3091129.

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

Color convert

RGB 185 42 47 -
CMYK 0 0.77 0.75 0.27
HSL 357.9º 0.63% 0.45% -
HSV(B) 357.9º 0.77% 0.73% -
XYZ 21.35 12.18 3.91 -
YUV 85.33 106.38 199.09 -
System Red Green Blue C M Y K H S L
Decimal 185 42 47 0 0.77 0.75 0.27 357.9 0.63 0.45
Hex B9 2A 2F 0 4D 4B 1B 166 3F 2D
Octal 271 52 57 0 115 113 33 546 77 55
Binary 10111001 101010 101111 0 1001101 1001011 11011 101100110 111111 101101

Color Harmonies of #B92A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92A2F

Black with #B92A2F

Text Example


Text Example

White with #B92A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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