Html Css Color HEX #AA1D1A Fire Brick

📋 copy color: '#AA1D1A'

red 170 ◦ green 29 ◦ blue 26

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

Shades of Fire Brick #AA1D1A

Tints of Fire Brick #AA1D1A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.89%

 BLUE value IS 26 (10.55% from 255) = 11.56%

R = 75.56%
G = 12.89%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA1D1A (or 0xAA1D1A) is known color: Fire Brick. HEX triplet: AA, 1D and 1A. RGB value is (170,29,26). Sum of RGB (Red+Green+Blue) = 170+29+26=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1D1A is #55E2E5. Grayscale: #464646. Windows color (decimal): -5628646 or 1711530. OLE color: 1711530.

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

Color convert

RGB 170 29 26 -
CMYK 0 0.83 0.85 0.33
HSL 1.25º 0.73% 0.38% -
HSV(B) 1.25º 0.85% 0.67% -
XYZ 17.2 9.5 1.9 -
YUV 70.82 102.71 198.74 -
System Red Green Blue C M Y K H S L
Decimal 170 29 26 0 0.83 0.85 0.33 1.25 0.73 0.38
Hex AA 1D 1A 0 53 55 21 1 49 26
Octal 252 35 32 0 123 125 41 1 111 46
Binary 10101010 11101 11010 0 1010011 1010101 100001 1 1001001 100110

Color Harmonies of #AA1D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1D1A

Black with #AA1D1A

Text Example


Text Example

White with #AA1D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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