#B12112

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

Shades of Fire Brick #B12112

Tints of Fire Brick #B12112

Color information

#B12112 (or 0xB12112) is unknown color: approx Fire Brick. HEX triplet: B1, 21 and 12. RGB value is (177,33,18). Sum of RGB (Red+Green+Blue) = 177+33+18=228 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.63% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 177 - color contains mainly: red. Hex color #B12112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12112 is #4EDEED. Grayscale: #4A4A4A. Windows color (decimal): -5168878 or 1188273. OLE color: 1188273.

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

Color convert

RGB1773318-
CMYK00.810.900.31
HSL5.66º81.54%38.24%-
HSV(B)5.66º89.83%69.41%-
XYZ18.7810.481.6-
YUV74.3596.21201.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 77.63%
GREEN value IS 33 (13.28% from 255) = 14.47%
BLUE value IS 18 (7.42% from 255) = 7.89%
R=77.63%
G=14.47%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177331800.810.900.315.6681.5438.24
HexB121120515A1F65226
Octal2614122012113237612246
Binary1011000110000110010010100011011010111111101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12112; }

 p { color: rgb(177,33,18); }

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

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

 a { background-color: rgb(177,33,18); }

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

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

 span { border-color: rgb(177,33,18); }

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