#B12615

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

Shades of Fire Brick #B12615

Tints of Fire Brick #B12615

Color information

#B12615 (or 0xB12615) is unknown color: approx Fire Brick. HEX triplet: B1, 26 and 15. RGB value is (177,38,21). Sum of RGB (Red+Green+Blue) = 177+38+21=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B12615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12615 is #4ED9EA. Grayscale: #4D4D4D. Windows color (decimal): -5167595 or 1386161. OLE color: 1386161.

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

Color convert

RGB1773821-
CMYK00.790.880.31
HSL6.54º78.79%38.82%-
HSV(B)6.54º88.14%69.41%-
XYZ18.9610.791.79-
YUV77.6296.05198.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75%
GREEN value IS 38 (15.23% from 255) = 16.10%
BLUE value IS 21 (8.59% from 255) = 8.90%
R=75%
G=16.10%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177382100.790.880.316.5478.7938.82
HexB1261504F581F74f27
Octal2614625011713037711747
Binary1011000110011010101010011111011000111111111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12615; }

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

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

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

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

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

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

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

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