#B8211A

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

Shades of Fire Brick #B8211A

Tints of Fire Brick #B8211A

Color information

#B8211A (or 0xB8211A) is unknown color: approx Fire Brick. HEX triplet: B8, 21 and 1A. RGB value is (184,33,26). Sum of RGB (Red+Green+Blue) = 184+33+26=243 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.72% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 184 - color contains mainly: red. Hex color #B8211A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8211A is #47DEE5. Grayscale: #4D4D4D. Windows color (decimal): -4710118 or 1712568. OLE color: 1712568.

HSL color Cylindrical-coordinate representation of color #B8211A: hue angle of 2.66º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8211A is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB1843326-
CMYK00.820.860.28
HSL2.66º75.24%41.18%-
HSV(B)2.66º85.87%72.16%-
XYZ20.511.352.09-
YUV77.3599.03204.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 75.72%
GREEN value IS 33 (13.28% from 255) = 13.58%
BLUE value IS 26 (10.55% from 255) = 10.70%
R=75.72%
G=13.58%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184332600.820.860.282.6675.2441.18
HexB8211A052561C34b29
Octal2704132012212634311351
Binary101110001000011101001010010101011011100111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8211A; }

 p { color: rgb(184,33,26); }

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

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

 a { background-color: rgb(184,33,26); }

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

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

 span { border-color: rgb(184,33,26); }

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