#B1210C

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

Shades of Fire Brick #B1210C

Tints of Fire Brick #B1210C

Color information

#B1210C (or 0xB1210C) is unknown color: approx Fire Brick. HEX triplet: B1, 21 and 0C. RGB value is (177,33,12). Sum of RGB (Red+Green+Blue) = 177+33+12=222 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.73% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 177 - color contains mainly: red. Hex color #B1210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1210C is #4EDEF3. Grayscale: #494949. Windows color (decimal): -5168884 or 795057. OLE color: 795057.

HSL color Cylindrical-coordinate representation of color #B1210C: hue angle of 7.64º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1210C is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB1773312-
CMYK00.810.930.31
HSL7.64º87.3%37.06%-
HSV(B)7.64º93.22%69.41%-
XYZ18.7410.461.38-
YUV73.6693.21201.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 79.73%
GREEN value IS 33 (13.28% from 255) = 14.86%
BLUE value IS 12 (5.08% from 255) = 5.41%
R=79.73%
G=14.86%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177331200.810.930.317.6487.337.06
HexB121C0515D1F85725
Octal26141140121135371012745
Binary1011000110000111000101000110111011111110001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1210C; }

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

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

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

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

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

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

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

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