Html Css Color HEX #B33133 Mahogany

📋 copy color: '#B33133'

red 179 ◦ green 49 ◦ blue 51

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

Shades of Mahogany #B33133

Tints of Mahogany #B33133

RGB

 RED value IS 179 (70.31% from 255) = 64.16%

 GREEN value IS 49 (19.53% from 255) = 17.56%

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

R = 64.16%
G = 17.56%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B33133 (or 0xB33133) is known color: Mahogany. HEX triplet: B3, 31 and 33. RGB value is (179,49,51). Sum of RGB (Red+Green+Blue) = 179+49+51=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B33133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33133 is #4CCECC. Grayscale: #585858. Windows color (decimal): -5033677 or 3355059. OLE color: 3355059.

HSL color Cylindrical-coordinate representation of color #B33133: hue angle of 359.08º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33133 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 49 51 -
CMYK 0 0.73 0.72 0.30
HSL 359.08º 0.57% 0.45% -
HSV(B) 359.08º 0.73% 0.7% -
XYZ 20.29 12.02 4.38 -
YUV 88.1 107.07 192.84 -
System Red Green Blue C M Y K H S L
Decimal 179 49 51 0 0.73 0.72 0.30 359.08 0.57 0.45
Hex B3 31 33 0 49 48 1E 167 39 2D
Octal 263 61 63 0 111 110 36 547 71 55
Binary 10110011 110001 110011 0 1001001 1001000 11110 101100111 111001 101101

Color Harmonies of #B33133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33133

Black with #B33133

Text Example


Text Example

White with #B33133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33133; }

 p { color: rgb(179,49,51); }

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

background-color css

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

 a { background-color: rgb(179,49,51); }

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

border-color css

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

 span { border-color: rgb(179,49,51); }

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