#B2210C

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

Shades of Fire Brick #B2210C

Tints of Fire Brick #B2210C

Color information

#B2210C (or 0xB2210C) is unknown color: approx Fire Brick. HEX triplet: B2, 21 and 0C. RGB value is (178,33,12). Sum of RGB (Red+Green+Blue) = 178+33+12=223 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.82% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 178 - color contains mainly: red. Hex color #B2210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2210C is #4DDEF3. Grayscale: #4A4A4A. Windows color (decimal): -5103348 or 795058. OLE color: 795058.

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

Color convert

RGB1783312-
CMYK00.810.930.30
HSL7.59º87.37%37.25%-
HSV(B)7.59º93.26%69.8%-
XYZ18.9710.581.39-
YUV73.9693.04202.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 79.82%
GREEN value IS 33 (13.28% from 255) = 14.80%
BLUE value IS 12 (5.08% from 255) = 5.38%
R=79.82%
G=14.80%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178331200.810.930.307.5987.3737.25
HexB221C0515D1E85725
Octal26241140121135361012745
Binary1011001010000111000101000110111011111010001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2210C; }

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

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

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

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

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

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

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

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