#B82F21

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

Shades of Fire Brick #B82F21

Tints of Fire Brick #B82F21

Color information

#B82F21 (or 0xB82F21) is unknown color: approx Fire Brick. HEX triplet: B8, 2F and 21. RGB value is (184,47,33). Sum of RGB (Red+Green+Blue) = 184+47+33=264 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.70% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82F21 is #47D0DE. Grayscale: #565656. Windows color (decimal): -4706527 or 2174904. OLE color: 2174904.

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

Color convert

RGB1844733-
CMYK00.740.820.28
HSL5.56º69.59%42.55%-
HSV(B)5.56º82.07%72.16%-
XYZ21.0612.332.71-
YUV86.3797.89197.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 69.70%
GREEN value IS 47 (18.75% from 255) = 17.80%
BLUE value IS 33 (13.28% from 255) = 12.5%
R=69.70%
G=17.80%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184473300.740.820.285.5669.5942.55
HexB82F2104A521C6462b
Octal2705741011212234610653
Binary10111000101111100001010010101010010111001101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82F21; }

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

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

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

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

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

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

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

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