#B12117

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

Shades of Fire Brick #B12117

Tints of Fire Brick #B12117

Color information

#B12117 (or 0xB12117) is unknown color: approx Fire Brick. HEX triplet: B1, 21 and 17. RGB value is (177,33,23). Sum of RGB (Red+Green+Blue) = 177+33+23=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B12117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12117 is #4EDEE8. Grayscale: #4B4B4B. Windows color (decimal): -5168873 or 1515953. OLE color: 1515953.

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

Color convert

RGB1773323-
CMYK00.810.870.31
HSL3.9º77%39.22%-
HSV(B)3.9º87.01%69.41%-
XYZ18.8310.51.84-
YUV74.9298.71200.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75.97%
GREEN value IS 33 (13.28% from 255) = 14.16%
BLUE value IS 23 (9.38% from 255) = 9.87%
R=75.97%
G=14.16%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177332300.810.870.313.97739.22
HexB12117051571F44d27
Octal2614127012112737411547
Binary1011000110000110111010100011010111111111001001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12117; }

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

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

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

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

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

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

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

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