Html Css Color HEX #AA280D Fire Brick

📋 copy color: '#AA280D'

red 170 ◦ green 40 ◦ blue 13

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

Shades of Fire Brick #AA280D

Tints of Fire Brick #AA280D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.83%

R = 76.23%
G = 17.94%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA280D (or 0xAA280D) is known color: Fire Brick. HEX triplet: AA, 28 and 0D. RGB value is (170,40,13). Sum of RGB (Red+Green+Blue) = 170+40+13=223 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.23% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 170 - color contains mainly: red. Hex color #AA280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA280D is #55D7F2. Grayscale: #4C4C4C. Windows color (decimal): -5625843 or 862378. OLE color: 862378.

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

Color convert

RGB 170 40 13 -
CMYK 0 0.76 0.92 0.33
HSL 10.32º 0.86% 0.36% -
HSV(B) 10.32º 0.92% 0.67% -
XYZ 17.41 10.09 1.41 -
YUV 75.79 92.57 195.2 -
System Red Green Blue C M Y K H S L
Decimal 170 40 13 0 0.76 0.92 0.33 10.32 0.86 0.36
Hex AA 28 D 0 4C 5C 21 A 56 24
Octal 252 50 15 0 114 134 41 12 126 44
Binary 10101010 101000 1101 0 1001100 1011100 100001 1010 1010110 100100

Color Harmonies of #AA280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA280D

Black with #AA280D

Text Example


Text Example

White with #AA280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA280D; }

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

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

background-color css

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

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

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

border-color css

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

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

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