Html Css Color HEX #A9280B Fire Brick

📋 copy color: '#A9280B'

red 169 ◦ green 40 ◦ blue 11

#A9280B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #A9280B

Tints of Fire Brick #A9280B

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 value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A9280B (or 0xA9280B) is known color: 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

RGB 169 40 11 -
CMYK 0 0.76 0.93 0.34
HSL 11.01º 0.88% 0.35% -
HSV(B) 11.01º 0.93% 0.66% -
XYZ 17.18 9.98 1.34 -
YUV 75.27 91.74 194.86 -
System Red Green Blue C M Y K H S L
Decimal 169 40 11 0 0.76 0.93 0.34 11.01 0.88 0.35
Hex A9 28 B 0 4C 5D 22 B 58 23
Octal 251 50 13 0 114 135 42 13 130 43
Binary 10101001 101000 1011 0 1001100 1011101 100010 1011 1011000 100011

Color Harmonies of #A9280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9280B

Black with #A9280B

Text Example


Text Example

White with #A9280B

Text Example


Text Example

HTML Codes & Css Web 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>