Html Css Color HEX #B33236 Mahogany

📋 copy color: '#B33236'

red 179 ◦ green 50 ◦ blue 54

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

Shades of Mahogany #B33236

Tints of Mahogany #B33236

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.67%

 BLUE value IS 54 (21.48% from 255) = 19.08%

R = 63.25%
G = 17.67%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B33236 (or 0xB33236) is known color: Mahogany. HEX triplet: B3, 32 and 36. RGB value is (179,50,54). Sum of RGB (Red+Green+Blue) = 179+50+54=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B33236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33236 is #4CCDC9. Grayscale: #595959. Windows color (decimal): -5033418 or 3551923. OLE color: 3551923.

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

Color convert

RGB 179 50 54 -
CMYK 0 0.72 0.70 0.30
HSL 358.14º 0.56% 0.45% -
HSV(B) 358.14º 0.72% 0.7% -
XYZ 20.4 12.13 4.76 -
YUV 89.03 108.24 192.17 -
System Red Green Blue C M Y K H S L
Decimal 179 50 54 0 0.72 0.70 0.30 358.14 0.56 0.45
Hex B3 32 36 0 48 46 1E 166 38 2D
Octal 263 62 66 0 110 106 36 546 70 55
Binary 10110011 110010 110110 0 1001000 1000110 11110 101100110 111000 101101

Color Harmonies of #B33236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33236

Black with #B33236

Text Example


Text Example

White with #B33236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33236; }

 p { color: rgb(179,50,54); }

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

background-color css

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

 a { background-color: rgb(179,50,54); }

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

border-color css

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

 span { border-color: rgb(179,50,54); }

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