#A9280B

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

Shades of Fire Brick #A9280B

Tints of Fire Brick #A9280B

Color information

#A9280B (or 0xA9280B) is unknown color: approx Fire Brick. HEX triplet: A9, 28 and 0B. RGB value is (169,40,11). Sum of RGB (Red+Green+Blue) = 169+40+11=220 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.82% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 169 - color contains mainly: red. Hex color #A9280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9280B is #56D7F4. Grayscale: #4B4B4B. Windows color (decimal): -5691381 or 731305. OLE color: 731305.

HSL color Cylindrical-coordinate representation of color #A9280B: hue angle of 11.01º 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 #A9280B is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB1694011-
CMYK00.760.930.34
HSL11.01º87.78%35.29%-
HSV(B)11.01º93.49%66.27%-
XYZ17.189.981.34-
YUV75.2691.74194.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 76.82%
GREEN value IS 40 (16.02% from 255) = 18.18%
BLUE value IS 11 (4.69% from 255) = 5%
R=76.82%
G=18.18%
B=5%

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
Decimal169401100.760.930.3411.0187.7835.29
HexA928B04C5D22b5823
Octal25150130114135421313043
Binary10101001101000101101001100101110110001010111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9280B; }

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

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

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

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

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

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

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

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