Html Css Color HEX #AA280C Fire Brick

📋 copy color: '#AA280C'

red 170 ◦ green 40 ◦ blue 12

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

Shades of Fire Brick #AA280C

Tints of Fire Brick #AA280C

RGB

 RED value IS 170 (66.8% from 255) = 76.58%

 GREEN value IS 40 (16.02% from 255) = 18.02%

 BLUE value IS 12 (5.08% from 255) = 5.41%

R = 76.58%
G = 18.02%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA280C (or 0xAA280C) is known color: Fire Brick. HEX triplet: AA, 28 and 0C. RGB value is (170,40,12). Sum of RGB (Red+Green+Blue) = 170+40+12=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA280C is #55D7F3. Grayscale: #4B4B4B. Windows color (decimal): -5625844 or 796842. OLE color: 796842.

HSL color Cylindrical-coordinate representation of color #AA280C: hue angle of 10.63º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA280C is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 40 12 -
CMYK 0 0.76 0.93 0.33
HSL 10.63º 0.87% 0.36% -
HSV(B) 10.63º 0.93% 0.67% -
XYZ 17.4 10.09 1.38 -
YUV 75.68 92.07 195.28 -
System Red Green Blue C M Y K H S L
Decimal 170 40 12 0 0.76 0.93 0.33 10.63 0.87 0.36
Hex AA 28 C 0 4C 5D 21 B 57 24
Octal 252 50 14 0 114 135 41 13 127 44
Binary 10101010 101000 1100 0 1001100 1011101 100001 1011 1010111 100100

Color Harmonies of #AA280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA280C

Black with #AA280C

Text Example


Text Example

White with #AA280C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA280C; }

 p { color: rgb(170,40,12); }

 H1.HeaderClassName
 {
   color: #AA280C;
 }
 .AnyTagClassName
 {
   color: #AA280C;
 }
</style>

background-color css

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

 a { background-color: rgb(170,40,12); }

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

border-color css

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

 span { border-color: rgb(170,40,12); }

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