Html Css Color HEX #AA1A08 Fire Brick

📋 copy color: '#AA1A08'

red 170 ◦ green 26 ◦ blue 8

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

Shades of Fire Brick #AA1A08

Tints of Fire Brick #AA1A08

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.75%

 BLUE value IS 8 (3.52% from 255) = 3.92%

R = 83.33%
G = 12.75%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA1A08 (or 0xAA1A08) is known color: Fire Brick. HEX triplet: AA, 1A and 08. RGB value is (170,26,8). Sum of RGB (Red+Green+Blue) = 170+26+8=204 (27% of max value = 765). Red value is 170 (66.80% from 255 or 83.33% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1A08 is #55E5F7. Grayscale: #434343. Windows color (decimal): -5629432 or 531114. OLE color: 531114.

HSL color Cylindrical-coordinate representation of color #AA1A08: hue angle of 6.67º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA1A08 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 26 8 -
CMYK 0 0.85 0.95 0.33
HSL 6.67º 0.91% 0.35% -
HSV(B) 6.67º 0.95% 0.67% -
XYZ 16.99 9.3 1.13 -
YUV 67 94.71 201.46 -
System Red Green Blue C M Y K H S L
Decimal 170 26 8 0 0.85 0.95 0.33 6.67 0.91 0.35
Hex AA 1A 8 0 55 5F 21 7 5B 23
Octal 252 32 10 0 125 137 41 7 133 43
Binary 10101010 11010 1000 0 1010101 1011111 100001 111 1011011 100011

Color Harmonies of #AA1A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A08

Black with #AA1A08

Text Example


Text Example

White with #AA1A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A08; }

 p { color: rgb(170,26,8); }

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

background-color css

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

 a { background-color: rgb(170,26,8); }

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

border-color css

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

 span { border-color: rgb(170,26,8); }

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