#B7220F

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

Shades of Fire Brick #B7220F

Tints of Fire Brick #B7220F

Color information

#B7220F (or 0xB7220F) is unknown color: approx Fire Brick. HEX triplet: B7, 22 and 0F. RGB value is (183,34,15). Sum of RGB (Red+Green+Blue) = 183+34+15=232 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.88% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 183 - color contains mainly: red. Hex color #B7220F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7220F is #48DDF0. Grayscale: #4C4C4C. Windows color (decimal): -4775409 or 991927. OLE color: 991927.

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

Color convert

RGB1833415-
CMYK00.810.920.28
HSL6.79º84.85%38.82%-
HSV(B)6.79º91.8%71.76%-
XYZ20.1911.251.56-
YUV76.3893.36204.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 78.88%
GREEN value IS 34 (13.67% from 255) = 14.66%
BLUE value IS 15 (6.25% from 255) = 6.47%
R=78.88%
G=14.66%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183341500.810.920.286.7984.8538.82
HexB722F0515C1C75527
Octal2674217012113434712547
Binary101101111000101111010100011011100111001111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7220F; }

 p { color: rgb(183,34,15); }

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

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

 a { background-color: rgb(183,34,15); }

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

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

 span { border-color: rgb(183,34,15); }

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