#A8280B

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

Shades of Fire Brick #A8280B

Tints of Fire Brick #A8280B

Color information

#A8280B (or 0xA8280B) is unknown color: approx Fire Brick. HEX triplet: A8, 28 and 0B. RGB value is (168,40,11). Sum of RGB (Red+Green+Blue) = 168+40+11=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A8280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8280B is #57D7F4. Grayscale: #4B4B4B. Windows color (decimal): -5756917 or 731304. OLE color: 731304.

HSL color Cylindrical-coordinate representation of color #A8280B: hue angle of 11.08º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8280B is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB1684011-
CMYK00.760.930.34
HSL11.08º87.71%35.1%-
HSV(B)11.08º93.45%65.88%-
XYZ16.979.871.33-
YUV74.9791.91194.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 76.71%
GREEN value IS 40 (16.02% from 255) = 18.26%
BLUE value IS 11 (4.69% from 255) = 5.02%
R=76.71%
G=18.26%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168401100.760.930.3411.0887.7135.1
HexA828B04C5D22b5823
Octal25050130114135421313043
Binary10101000101000101101001100101110110001010111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8280B; }

 p { color: rgb(168,40,11); }

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

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

 a { background-color: rgb(168,40,11); }

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

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

 span { border-color: rgb(168,40,11); }

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