#B12617

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

Shades of Fire Brick #B12617

Tints of Fire Brick #B12617

Color information

#B12617 (or 0xB12617) is unknown color: approx Fire Brick. HEX triplet: B1, 26 and 17. RGB value is (177,38,23). Sum of RGB (Red+Green+Blue) = 177+38+23=238 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.37% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 177 - color contains mainly: red. Hex color #B12617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12617 is #4ED9E8. Grayscale: #4E4E4E. Windows color (decimal): -5167593 or 1517233. OLE color: 1517233.

HSL color Cylindrical-coordinate representation of color #B12617: hue angle of 5.84º 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 #B12617 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB1773823-
CMYK00.790.870.31
HSL5.84º77%39.22%-
HSV(B)5.84º87.01%69.41%-
XYZ18.9810.81.89-
YUV77.8597.05198.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 74.37%
GREEN value IS 38 (15.23% from 255) = 15.97%
BLUE value IS 23 (9.38% from 255) = 9.66%
R=74.37%
G=15.97%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177382300.790.870.315.847739.22
HexB1261704F571F64d27
Octal2614627011712737611547
Binary1011000110011010111010011111010111111111101001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12617; }

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

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

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

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

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

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

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

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