#b22521

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

Shades of Fire Brick #B22521

Tints of Fire Brick #B22521

Color information

#B22521 (or 0xB22521) is unknown color: approx Fire Brick. HEX triplet: B2, 25 and 21. RGB value is (178,37,33). Sum of RGB (Red+Green+Blue) = 178+37+33=248 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.77% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 178 - color contains mainly: red. Hex color #B22521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22521 is #4DDADE. Grayscale: #4E4E4E. Windows color (decimal): -5102303 or 2172338. OLE color: 2172338.

HSL color Cylindrical-coordinate representation of color #B22521: hue angle of 1.66º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B22521 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB1783733-
CMYK00.790.810.30
HSL1.66º68.72%41.37%-
HSV(B)1.66º81.46%69.8%-
XYZ19.310.92.53-
YUV78.7102.21198.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 71.77%
GREEN value IS 37 (14.84% from 255) = 14.92%
BLUE value IS 33 (13.28% from 255) = 13.31%
R=71.77%
G=14.92%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178373300.790.810.301.6668.7241.37
HexB2252104F511E24529
Octal2624541011712136210551
Binary1011001010010110000101001111101000111110101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b22521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b22521; }

 p { color: rgb(178,37,33); }

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

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

 a { background-color: rgb(178,37,33); }

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

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

 span { border-color: rgb(178,37,33); }

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