#B33037

Color #B33037 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #B33037

Tints of Brick Red #B33037

Color information

#B33037 (or 0xB33037) is unknown color: approx Brick Red. HEX triplet: B3, 30 and 37. RGB value is (179,48,55). Sum of RGB (Red+Green+Blue) = 179+48+55=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B33037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33037 is #4CCFC8. Grayscale: #585858. Windows color (decimal): -5033929 or 3616947. OLE color: 3616947.

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

Color convert

RGB1794855-
CMYK00.730.690.30
HSL356.79º57.71%44.51%-
HSV(B)356.79º73.18%70.2%-
XYZ20.3411.974.85-
YUV87.97109.4192.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.48%
GREEN value IS 48 (19.14% from 255) = 17.02%
BLUE value IS 55 (21.88% from 255) = 19.50%
R=63.48%
G=17.02%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179485500.730.690.30356.7957.7144.51
HexB33037049451E1653a2d
Octal26360670111105365457255
Binary1011001111000011011101001001100010111110101100101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33037; }

 p { color: rgb(179,48,55); }

 H1.HeaderClassName
 {
   color: #B33037;
 }
 .AnyTagClassName
 {
   color: #B33037;
 }
</style>
background-color css

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

 a { background-color: rgb(179,48,55); }

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

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

 span { border-color: rgb(179,48,55); }

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