#B61312

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

Shades of Fire Brick #B61312

Tints of Fire Brick #B61312

Color information

#B61312 (or 0xB61312) is unknown color: approx Fire Brick. HEX triplet: B6, 13 and 12. RGB value is (182,19,18). Sum of RGB (Red+Green+Blue) = 182+19+18=219 (29% of max value = 765). Red value is 182 (71.48% from 255 or 83.11% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 182 - color contains mainly: red. Hex color #B61312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61312 is #49ECED. Grayscale: #434343. Windows color (decimal): -4844782 or 1184694. OLE color: 1184694.

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

Color convert

RGB1821918-
CMYK00.900.900.29
HSL0.37º82%39.22%-
HSV(B)0.37º90.11%71.37%-
XYZ19.6310.451.56-
YUV67.62100209.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 83.11%
GREEN value IS 19 (7.81% from 255) = 8.68%
BLUE value IS 18 (7.42% from 255) = 8.22%
R=83.11%
G=8.68%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182191800.900.900.290.378239.22
HexB6131205A5A1D05227
Octal2662322013213235012247
Binary1011011010011100100101101010110101110101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61312; }

 p { color: rgb(182,19,18); }

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

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

 a { background-color: rgb(182,19,18); }

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

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

 span { border-color: rgb(182,19,18); }

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