#B33238

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

Shades of Brick Red #B33238

Tints of Brick Red #B33238

Color information

#B33238 (or 0xB33238) is unknown color: approx Brick Red. HEX triplet: B3, 32 and 38. RGB value is (179,50,56). Sum of RGB (Red+Green+Blue) = 179+50+56=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B33238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33238 is #4CCDC7. Grayscale: #595959. Windows color (decimal): -5033416 or 3682995. OLE color: 3682995.

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

Color convert

RGB1795056-
CMYK00.720.690.30
HSL357.21º56.33%44.9%-
HSV(B)357.21º72.07%70.2%-
XYZ20.4412.155.01-
YUV89.26109.24192.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.81%
GREEN value IS 50 (19.92% from 255) = 17.54%
BLUE value IS 56 (22.27% from 255) = 19.65%
R=62.81%
G=17.54%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179505600.720.690.30357.2156.3344.9
HexB33238048451E165382d
Octal26362700110105365457055
Binary1011001111001011100001001000100010111110101100101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33238; }

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

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

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

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

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

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

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

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