#B21F17

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

Shades of Fire Brick #B21F17

Tints of Fire Brick #B21F17

Color information

#B21F17 (or 0xB21F17) is unknown color: approx Fire Brick. HEX triplet: B2, 1F and 17. RGB value is (178,31,23). Sum of RGB (Red+Green+Blue) = 178+31+23=232 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.72% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 178 - color contains mainly: red. Hex color #B21F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21F17 is #4DE0E8. Grayscale: #4A4A4A. Windows color (decimal): -5103849 or 1515442. OLE color: 1515442.

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

Color convert

RGB1783123-
CMYK00.830.870.30
HSL3.1º77.11%39.41%-
HSV(B)3.1º87.08%69.8%-
XYZ1910.511.84-
YUV74.0499.2202.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 76.72%
GREEN value IS 31 (12.5% from 255) = 13.36%
BLUE value IS 23 (9.38% from 255) = 9.91%
R=76.72%
G=13.36%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178312300.830.870.303.177.1139.41
HexB21F17053571E34d27
Octal2623727012312736311547
Binary10110010111111011101010011101011111110111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21F17; }

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

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

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

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

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

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

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

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