#B11C15

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

Shades of Fire Brick #B11C15

Tints of Fire Brick #B11C15

Color information

#B11C15 (or 0xB11C15) is unknown color: approx Fire Brick. HEX triplet: B1, 1C and 15. RGB value is (177,28,21). Sum of RGB (Red+Green+Blue) = 177+28+21=226 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.32% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11C15 is #4EE3EA. Grayscale: #474747. Windows color (decimal): -5170155 or 1383601. OLE color: 1383601.

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

Color convert

RGB1772821-
CMYK00.840.880.31
HSL2.69º78.79%38.82%-
HSV(B)2.69º88.14%69.41%-
XYZ18.6810.231.7-
YUV71.7599.36203.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 78.32%
GREEN value IS 28 (11.33% from 255) = 12.39%
BLUE value IS 21 (8.59% from 255) = 9.29%
R=78.32%
G=12.39%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177282100.840.880.312.6978.7938.82
HexB11C15054581F34f27
Octal2613425012413037311747
Binary10110001111001010101010100101100011111111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11C15; }

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

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

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

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

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

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

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

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