#B6221F

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

Shades of Fire Brick #B6221F

Tints of Fire Brick #B6221F

Color information

#B6221F (or 0xB6221F) is unknown color: approx Fire Brick. HEX triplet: B6, 22 and 1F. RGB value is (182,34,31). Sum of RGB (Red+Green+Blue) = 182+34+31=247 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.68% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 182 - color contains mainly: red. Hex color #B6221F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6221F is #49DDE0. Grayscale: #4E4E4E. Windows color (decimal): -4840929 or 2040502. OLE color: 2040502.

HSL color Cylindrical-coordinate representation of color #B6221F: hue angle of 1.19º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B6221F is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB1823431-
CMYK00.810.830.29
HSL1.19º70.89%41.76%-
HSV(B)1.19º82.97%71.37%-
XYZ20.1111.192.4-
YUV77.91101.53202.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 73.68%
GREEN value IS 34 (13.67% from 255) = 13.77%
BLUE value IS 31 (12.5% from 255) = 12.55%
R=73.68%
G=13.77%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182343100.810.830.291.1970.8941.76
HexB6221F051531D1472a
Octal2664237012112335110752
Binary10110110100010111110101000110100111110111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6221F; }

 p { color: rgb(182,34,31); }

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

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

 a { background-color: rgb(182,34,31); }

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

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

 span { border-color: rgb(182,34,31); }

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