Html Css Color HEX #B92629 Mahogany

📋 copy color: '#B92629'

red 185 ◦ green 38 ◦ blue 41

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

Shades of Mahogany #B92629

Tints of Mahogany #B92629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.39%

 BLUE value IS 41 (16.41% from 255) = 15.53%

R = 70.08%
G = 14.39%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B92629 (or 0xB92629) is known color: Mahogany. HEX triplet: B9, 26 and 29. RGB value is (185,38,41). Sum of RGB (Red+Green+Blue) = 185+38+41=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B92629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92629 is #46D9D6. Grayscale: #525252. Windows color (decimal): -4643287 or 2696889. OLE color: 2696889.

HSL color Cylindrical-coordinate representation of color #B92629: hue angle of 358.78º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92629 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 38 41 -
CMYK 0 0.79 0.78 0.27
HSL 358.78º 0.66% 0.44% -
HSV(B) 358.78º 0.79% 0.73% -
XYZ 21.1 11.86 3.28 -
YUV 82.3 104.7 201.26 -
System Red Green Blue C M Y K H S L
Decimal 185 38 41 0 0.79 0.78 0.27 358.78 0.66 0.44
Hex B9 26 29 0 4F 4E 1B 167 42 2C
Octal 271 46 51 0 117 116 33 547 102 54
Binary 10111001 100110 101001 0 1001111 1001110 11011 101100111 1000010 101100

Color Harmonies of #B92629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92629

Black with #B92629

Text Example


Text Example

White with #B92629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92629; }

 p { color: rgb(185,38,41); }

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

background-color css

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

 a { background-color: rgb(185,38,41); }

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

border-color css

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

 span { border-color: rgb(185,38,41); }

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