#B22F21

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

Shades of Fire Brick #B22F21

Tints of Fire Brick #B22F21

Color information

#B22F21 (or 0xB22F21) is unknown color: approx Fire Brick. HEX triplet: B2, 2F and 21. RGB value is (178,47,33). Sum of RGB (Red+Green+Blue) = 178+47+33=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22F21 is #4DD0DE. Grayscale: #545454. Windows color (decimal): -5099743 or 2174898. OLE color: 2174898.

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

Color convert

RGB1784733-
CMYK00.740.810.30
HSL5.79º68.72%41.37%-
HSV(B)5.79º81.46%69.8%-
XYZ19.6511.612.64-
YUV84.5798.9194.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 68.99%
GREEN value IS 47 (18.75% from 255) = 18.22%
BLUE value IS 33 (13.28% from 255) = 12.79%
R=68.99%
G=18.22%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178473300.740.810.305.7968.7241.37
HexB22F2104A511E64529
Octal2625741011212136610551
Binary10110010101111100001010010101010001111101101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22F21; }

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

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

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

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

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

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

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

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