Html Css Color HEX #B33135 Mahogany

📋 copy color: '#B33135'

red 179 ◦ green 49 ◦ blue 53

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

Shades of Mahogany #B33135

Tints of Mahogany #B33135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.86%

R = 63.7%
G = 17.44%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B33135 (or 0xB33135) is known color: Mahogany. HEX triplet: B3, 31 and 35. RGB value is (179,49,53). Sum of RGB (Red+Green+Blue) = 179+49+53=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B33135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33135 is #4CCECA. Grayscale: #585858. Windows color (decimal): -5033675 or 3486131. OLE color: 3486131.

HSL color Cylindrical-coordinate representation of color #B33135: hue angle of 358.15º 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 #B33135 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 49 53 -
CMYK 0 0.73 0.70 0.30
HSL 358.15º 0.57% 0.45% -
HSV(B) 358.15º 0.73% 0.7% -
XYZ 20.33 12.04 4.62 -
YUV 88.33 108.07 192.67 -
System Red Green Blue C M Y K H S L
Decimal 179 49 53 0 0.73 0.70 0.30 358.15 0.57 0.45
Hex B3 31 35 0 49 46 1E 166 39 2D
Octal 263 61 65 0 111 106 36 546 71 55
Binary 10110011 110001 110101 0 1001001 1000110 11110 101100110 111001 101101

Color Harmonies of #B33135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33135

Black with #B33135

Text Example


Text Example

White with #B33135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33135; }

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

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

background-color css

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

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

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

border-color css

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

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

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