#B21F0F

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

Shades of Fire Brick #B21F0F

Tints of Fire Brick #B21F0F

Color information

#B21F0F (or 0xB21F0F) is unknown color: approx Fire Brick. HEX triplet: B2, 1F and 0F. RGB value is (178,31,15). Sum of RGB (Red+Green+Blue) = 178+31+15=224 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.46% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 178 - color contains mainly: red. Hex color #B21F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21F0F is #4DE0F0. Grayscale: #494949. Windows color (decimal): -5103857 or 991154. OLE color: 991154.

HSL color Cylindrical-coordinate representation of color #B21F0F: hue angle of 5.89º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B21F0F is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB1783115-
CMYK00.830.920.30
HSL5.89º84.46%37.84%-
HSV(B)5.89º91.57%69.8%-
XYZ18.9410.481.48-
YUV73.1395.2202.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 79.46%
GREEN value IS 31 (12.5% from 255) = 13.84%
BLUE value IS 15 (6.25% from 255) = 6.70%
R=79.46%
G=13.84%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178311500.830.920.305.8984.4637.84
HexB21FF0535C1E65426
Octal2623717012313436612446
Binary10110010111111111010100111011100111101101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21F0F; }

 p { color: rgb(178,31,15); }

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

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

 a { background-color: rgb(178,31,15); }

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

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

 span { border-color: rgb(178,31,15); }

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