Html Css Color HEX #B92B33 Mahogany

📋 copy color: '#B92B33'

red 185 ◦ green 43 ◦ blue 51

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

Shades of Mahogany #B92B33

Tints of Mahogany #B92B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.28%

R = 66.31%
G = 15.41%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B92B33 (or 0xB92B33) is known color: Mahogany. HEX triplet: B9, 2B and 33. RGB value is (185,43,51). Sum of RGB (Red+Green+Blue) = 185+43+51=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92B33 is #46D4CC. Grayscale: #565656. Windows color (decimal): -4641997 or 3353529. OLE color: 3353529.

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

Color convert

RGB 185 43 51 -
CMYK 0 0.77 0.72 0.27
HSL 356.62º 0.62% 0.45% -
HSV(B) 356.62º 0.77% 0.73% -
XYZ 21.47 12.28 4.37 -
YUV 86.37 108.04 198.35 -
System Red Green Blue C M Y K H S L
Decimal 185 43 51 0 0.77 0.72 0.27 356.62 0.62 0.45
Hex B9 2B 33 0 4D 48 1B 165 3E 2D
Octal 271 53 63 0 115 110 33 545 76 55
Binary 10111001 101011 110011 0 1001101 1001000 11011 101100101 111110 101101

Color Harmonies of #B92B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92B33

Black with #B92B33

Text Example


Text Example

White with #B92B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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