#B61818

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

Shades of Fire Brick #B61818

Tints of Fire Brick #B61818

Color information

#B61818 (or 0xB61818) is unknown color: approx Fire Brick. HEX triplet: B6, 18 and 18. RGB value is (182,24,24). Sum of RGB (Red+Green+Blue) = 182+24+24=230 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.13% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 182 - color contains mainly: red. Hex color #B61818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61818 is #49E7E7. Grayscale: #474747. Windows color (decimal): -4843496 or 1579190. OLE color: 1579190.

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

Color convert

RGB1822424-
CMYK00.870.870.29
HSL76.7%40.39%-
HSV(B)86.81%71.37%-
XYZ19.7810.661.88-
YUV71.24101.35207-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 79.13%
GREEN value IS 24 (9.77% from 255) = 10.43%
BLUE value IS 24 (9.77% from 255) = 10.43%
R=79.13%
G=10.43%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182242400.870.870.29076.740.39
HexB61818057571D04d28
Octal2663030012712735011550
Binary1011011011000110000101011110101111110101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61818; }

 p { color: rgb(182,24,24); }

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

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

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

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

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

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

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