Html Css Color HEX #B92B32 Mahogany

📋 copy color: '#B92B32'

red 185 ◦ green 43 ◦ blue 50

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

Shades of Mahogany #B92B32

Tints of Mahogany #B92B32

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.47%

 BLUE value IS 50 (19.92% from 255) = 17.99%

R = 66.55%
G = 15.47%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B92B32 (or 0xB92B32) is known color: Mahogany. HEX triplet: B9, 2B and 32. RGB value is (185,43,50). Sum of RGB (Red+Green+Blue) = 185+43+50=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92B32 is #46D4CD. Grayscale: #565656. Windows color (decimal): -4641998 or 3287993. OLE color: 3287993.

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

Color convert

RGB 185 43 50 -
CMYK 0 0.77 0.73 0.27
HSL 357.04º 0.62% 0.45% -
HSV(B) 357.04º 0.77% 0.73% -
XYZ 21.45 12.27 4.26 -
YUV 86.26 107.54 198.43 -
System Red Green Blue C M Y K H S L
Decimal 185 43 50 0 0.77 0.73 0.27 357.04 0.62 0.45
Hex B9 2B 32 0 4D 49 1B 165 3E 2D
Octal 271 53 62 0 115 111 33 545 76 55
Binary 10111001 101011 110010 0 1001101 1001001 11011 101100101 111110 101101

Color Harmonies of #B92B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92B32

Black with #B92B32

Text Example


Text Example

White with #B92B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92B32; }

 p { color: rgb(185,43,50); }

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

background-color css

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

 a { background-color: rgb(185,43,50); }

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

border-color css

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

 span { border-color: rgb(185,43,50); }

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