#B12218

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

Shades of Fire Brick #B12218

Tints of Fire Brick #B12218

Color information

#B12218 (or 0xB12218) is unknown color: approx Fire Brick. HEX triplet: B1, 22 and 18. RGB value is (177,34,24). Sum of RGB (Red+Green+Blue) = 177+34+24=235 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75.32% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 177 - color contains mainly: red. Hex color #B12218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12218 is #4EDDE7. Grayscale: #4B4B4B. Windows color (decimal): -5168616 or 1581745. OLE color: 1581745.

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

Color convert

RGB1773424-
CMYK00.810.860.31
HSL3.92º76.12%39.41%-
HSV(B)3.92º86.44%69.41%-
XYZ18.8710.561.91-
YUV75.6298.88200.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75.32%
GREEN value IS 34 (13.67% from 255) = 14.47%
BLUE value IS 24 (9.77% from 255) = 10.21%
R=75.32%
G=14.47%
B=10.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177342400.810.860.313.9276.1239.41
HexB12218051561F44c27
Octal2614230012112637411447
Binary1011000110001011000010100011010110111111001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12218; }

 p { color: rgb(177,34,24); }

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

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

 a { background-color: rgb(177,34,24); }

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

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

 span { border-color: rgb(177,34,24); }

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