#B61511

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

Shades of Fire Brick #B61511

Tints of Fire Brick #B61511

Color information

#B61511 (or 0xB61511) is unknown color: approx Fire Brick. HEX triplet: B6, 15 and 11. RGB value is (182,21,17). Sum of RGB (Red+Green+Blue) = 182+21+17=220 (29% of max value = 765). Red value is 182 (71.48% from 255 or 82.73% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 182 - color contains mainly: red. Hex color #B61511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61511 is #49EAEE. Grayscale: #444444. Windows color (decimal): -4844271 or 1119670. OLE color: 1119670.

HSL color Cylindrical-coordinate representation of color #B61511: hue angle of 1.45º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B61511 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB1822117-
CMYK00.880.910.29
HSL1.45º82.91%39.02%-
HSV(B)1.45º90.66%71.37%-
XYZ19.6610.521.53-
YUV68.6898.84208.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 82.73%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 17 (7.03% from 255) = 7.73%
R=82.73%
G=9.55%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182211700.880.910.291.4582.9139.02
HexB615110585B1D15327
Octal2662521013013335112347
Binary1011011010101100010101100010110111110111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61511; }

 p { color: rgb(182,21,17); }

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

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

 a { background-color: rgb(182,21,17); }

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

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

 span { border-color: rgb(182,21,17); }

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