#B8180A

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

Shades of Fire Brick #B8180A

Tints of Fire Brick #B8180A

Color information

#B8180A (or 0xB8180A) is unknown color: approx Fire Brick. HEX triplet: B8, 18 and 0A. RGB value is (184,24,10). Sum of RGB (Red+Green+Blue) = 184+24+10=218 (28% of max value = 765). Red value is 184 (72.27% from 255 or 84.40% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 184 - color contains mainly: red. Hex color #B8180A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8180A is #47E7F5. Grayscale: #464646. Windows color (decimal): -4712438 or 661688. OLE color: 661688.

HSL color Cylindrical-coordinate representation of color #B8180A: hue angle of 4.83º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8180A is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB1842410-
CMYK00.870.950.28
HSL4.83º89.69%38.04%-
HSV(B)4.83º94.57%72.16%-
XYZ20.1510.871.32-
YUV70.2494.01209.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 84.40%
GREEN value IS 24 (9.77% from 255) = 11.01%
BLUE value IS 10 (4.30% from 255) = 4.59%
R=84.40%
G=11.01%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184241000.870.950.284.8389.6938.04
HexB818A0575F1C55a26
Octal2703012012713734513246
Binary10111000110001010010101111011111111001011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8180A; }

 p { color: rgb(184,24,10); }

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

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

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

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

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

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

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