Html Css Color HEX #AA1A0B Fire Brick

📋 copy color: '#AA1A0B'

red 170 ◦ green 26 ◦ blue 11

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

Shades of Fire Brick #AA1A0B

Tints of Fire Brick #AA1A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.31%

R = 82.13%
G = 12.56%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA1A0B (or 0xAA1A0B) is known color: Fire Brick. HEX triplet: AA, 1A and 0B. RGB value is (170,26,11). Sum of RGB (Red+Green+Blue) = 170+26+11=207 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.13% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1A0B is #55E5F4. Grayscale: #434343. Windows color (decimal): -5629429 or 727722. OLE color: 727722.

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

Color convert

RGB 170 26 11 -
CMYK 0 0.85 0.94 0.33
HSL 5.66º 0.88% 0.35% -
HSV(B) 5.66º 0.94% 0.67% -
XYZ 17.01 9.31 1.22 -
YUV 67.35 96.21 201.22 -
System Red Green Blue C M Y K H S L
Decimal 170 26 11 0 0.85 0.94 0.33 5.66 0.88 0.35
Hex AA 1A B 0 55 5E 21 6 58 23
Octal 252 32 13 0 125 136 41 6 130 43
Binary 10101010 11010 1011 0 1010101 1011110 100001 110 1011000 100011

Color Harmonies of #AA1A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A0B

Black with #AA1A0B

Text Example


Text Example

White with #AA1A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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