#B82721

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

Shades of Fire Brick #B82721

Tints of Fire Brick #B82721

Color information

#B82721 (or 0xB82721) is unknown color: approx Fire Brick. HEX triplet: B8, 27 and 21. RGB value is (184,39,33). Sum of RGB (Red+Green+Blue) = 184+39+33=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B82721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82721 is #47D8DE. Grayscale: #515151. Windows color (decimal): -4708575 or 2172856. OLE color: 2172856.

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

Color convert

RGB1843933-
CMYK00.790.820.28
HSL2.38º69.59%42.55%-
HSV(B)2.38º82.07%72.16%-
XYZ20.7711.752.61-
YUV81.67100.54200.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 71.88%
GREEN value IS 39 (15.62% from 255) = 15.23%
BLUE value IS 33 (13.28% from 255) = 12.89%
R=71.88%
G=15.23%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184393300.790.820.282.3869.5942.55
HexB8272104F521C2462b
Octal2704741011712234210653
Binary1011100010011110000101001111101001011100101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82721; }

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

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

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

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

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

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

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

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