#B11C05

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

Shades of Fire Brick #B11C05

Tints of Fire Brick #B11C05

Color information

#B11C05 (or 0xB11C05) is unknown color: approx Fire Brick. HEX triplet: B1, 1C and 05. RGB value is (177,28,5). Sum of RGB (Red+Green+Blue) = 177+28+5=210 (27% of max value = 765). Red value is 177 (69.53% from 255 or 84.29% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11C05 is #4EE3FA. Grayscale: #464646. Windows color (decimal): -5170171 or 335025. OLE color: 335025.

HSL color Cylindrical-coordinate representation of color #B11C05: hue angle of 8.02º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B11C05 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB177285-
CMYK00.840.970.31
HSL8.02º94.51%35.69%-
HSV(B)8.02º97.18%69.41%-
XYZ18.5710.191.13-
YUV69.9391.36204.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 84.29%
GREEN value IS 28 (11.33% from 255) = 13.33%
BLUE value IS 5 (2.34% from 255) = 2.38%
R=84.29%
G=13.33%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17728500.840.970.318.0294.5135.69
HexB11C5054611F85f24
Octal2613450124141371013744
Binary10110001111001010101010011000011111110001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11C05; }

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

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

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

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

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

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

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

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