#B61510

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

Shades of Fire Brick #B61510

Tints of Fire Brick #B61510

Color information

#B61510 (or 0xB61510) is unknown color: approx Fire Brick. HEX triplet: B6, 15 and 10. RGB value is (182,21,16). Sum of RGB (Red+Green+Blue) = 182+21+16=219 (29% of max value = 765). Red value is 182 (71.48% from 255 or 83.11% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 182 - color contains mainly: red. Hex color #B61510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61510 is #49EAEF. Grayscale: #444444. Windows color (decimal): -4844272 or 1054134. OLE color: 1054134.

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

Color convert

RGB1822116-
CMYK00.880.910.29
HSL1.81º83.84%38.82%-
HSV(B)1.81º91.21%71.37%-
XYZ19.6510.521.48-
YUV68.5798.34208.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 83.11%
GREEN value IS 21 (8.59% from 255) = 9.59%
BLUE value IS 16 (6.64% from 255) = 7.31%
R=83.11%
G=9.59%
B=7.31%

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
Decimal182211600.880.910.291.8183.8438.82
HexB615100585B1D25427
Octal2662520013013335212447
Binary10110110101011000001011000101101111101101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61510; }

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

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

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

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

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

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

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

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