Html Css Color HEX #AA1B13 Fire Brick

📋 copy color: '#AA1B13'

red 170 ◦ green 27 ◦ blue 19

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

Shades of Fire Brick #AA1B13

Tints of Fire Brick #AA1B13

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.5%

 BLUE value IS 19 (7.81% from 255) = 8.8%

R = 78.7%
G = 12.5%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA1B13 (or 0xAA1B13) is known color: Fire Brick. HEX triplet: AA, 1B and 13. RGB value is (170,27,19). Sum of RGB (Red+Green+Blue) = 170+27+19=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1B13 is #55E4EC. Grayscale: #454545. Windows color (decimal): -5629165 or 1252266. OLE color: 1252266.

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

Color convert

RGB 170 27 19 -
CMYK 0 0.84 0.89 0.33
HSL 3.18º 0.8% 0.37% -
HSV(B) 3.18º 0.89% 0.67% -
XYZ 17.09 9.38 1.53 -
YUV 68.85 99.88 200.15 -
System Red Green Blue C M Y K H S L
Decimal 170 27 19 0 0.84 0.89 0.33 3.18 0.8 0.37
Hex AA 1B 13 0 54 59 21 3 50 25
Octal 252 33 23 0 124 131 41 3 120 45
Binary 10101010 11011 10011 0 1010100 1011001 100001 11 1010000 100101

Color Harmonies of #AA1B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1B13

Black with #AA1B13

Text Example


Text Example

White with #AA1B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1B13; }

 p { color: rgb(170,27,19); }

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

background-color css

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

 a { background-color: rgb(170,27,19); }

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

border-color css

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

 span { border-color: rgb(170,27,19); }

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