#B22B12

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

Shades of Fire Brick #B22B12

Tints of Fire Brick #B22B12

Color information

#B22B12 (or 0xB22B12) is unknown color: approx Fire Brick. HEX triplet: B2, 2B and 12. RGB value is (178,43,18). Sum of RGB (Red+Green+Blue) = 178+43+18=239 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.48% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22B12 is #4DD4ED. Grayscale: #505050. Windows color (decimal): -5100782 or 1190834. OLE color: 1190834.

HSL color Cylindrical-coordinate representation of color #B22B12: hue angle of 9.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B22B12 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB1784318-
CMYK00.760.900.30
HSL9.38º81.63%38.43%-
HSV(B)9.38º89.89%69.8%-
XYZ19.3311.241.72-
YUV80.5292.73197.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 74.48%
GREEN value IS 43 (17.19% from 255) = 17.99%
BLUE value IS 18 (7.42% from 255) = 7.53%
R=74.48%
G=17.99%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178431800.760.900.309.3881.6338.43
HexB22B1204C5A1E95226
Octal26253220114132361112246
Binary10110010101011100100100110010110101111010011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22B12; }

 p { color: rgb(178,43,18); }

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

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

 a { background-color: rgb(178,43,18); }

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

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

 span { border-color: rgb(178,43,18); }

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