Html Css Color HEX #AA1D1C Fire Brick

📋 copy color: '#AA1D1C'

red 170 ◦ green 29 ◦ blue 28

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

Shades of Fire Brick #AA1D1C

Tints of Fire Brick #AA1D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.33%

R = 74.89%
G = 12.78%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA1D1C (or 0xAA1D1C) is known color: Fire Brick. HEX triplet: AA, 1D and 1C. RGB value is (170,29,28). Sum of RGB (Red+Green+Blue) = 170+29+28=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1D1C is #55E2E3. Grayscale: #474747. Windows color (decimal): -5628644 or 1842602. OLE color: 1842602.

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

Color convert

RGB 170 29 28 -
CMYK 0 0.83 0.84 0.33
HSL 0.42º 0.72% 0.39% -
HSV(B) 0.42º 0.84% 0.67% -
XYZ 17.23 9.51 2.03 -
YUV 71.05 103.71 198.58 -
System Red Green Blue C M Y K H S L
Decimal 170 29 28 0 0.83 0.84 0.33 0.42 0.72 0.39
Hex AA 1D 1C 0 53 54 21 0 48 27
Octal 252 35 34 0 123 124 41 0 110 47
Binary 10101010 11101 11100 0 1010011 1010100 100001 0 1001000 100111

Color Harmonies of #AA1D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1D1C

Black with #AA1D1C

Text Example


Text Example

White with #AA1D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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