#B82121

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

Shades of Fire Brick #B82121

Tints of Fire Brick #B82121

Color information

#B82121 (or 0xB82121) is unknown color: approx Fire Brick. HEX triplet: B8, 21 and 21. RGB value is (184,33,33). Sum of RGB (Red+Green+Blue) = 184+33+33=250 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.6% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 184 - color contains mainly: red. Hex color #B82121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82121 is #47DEDE. Grayscale: #4E4E4E. Windows color (decimal): -4710111 or 2171320. OLE color: 2171320.

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

Color convert

RGB1843333-
CMYK00.820.820.28
HSL69.59%42.55%-
HSV(B)82.07%72.16%-
XYZ20.5911.392.55-
YUV78.15102.53203.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 73.6%
GREEN value IS 33 (13.28% from 255) = 13.2%
BLUE value IS 33 (13.28% from 255) = 13.2%
R=73.6%
G=13.2%
B=13.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184333300.820.820.28069.5942.55
HexB82121052521C0462b
Octal2704141012212234010653
Binary101110001000011000010101001010100101110001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82121; }

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

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

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

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

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

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

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

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