Html Css Color HEX #AA1D0B Fire Brick

📋 copy color: '#AA1D0B'

red 170 ◦ green 29 ◦ blue 11

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

Shades of Fire Brick #AA1D0B

Tints of Fire Brick #AA1D0B

RGB

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

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

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

R = 80.95%
G = 13.81%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA1D0B (or 0xAA1D0B) is known color: Fire Brick. HEX triplet: AA, 1D and 0B. RGB value is (170,29,11). Sum of RGB (Red+Green+Blue) = 170+29+11=210 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.95% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1D0B is #55E2F4. Grayscale: #454545. Windows color (decimal): -5628661 or 728490. OLE color: 728490.

HSL color Cylindrical-coordinate representation of color #AA1D0B: hue angle of 6.79º 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 #AA1D0B is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 29 11 -
CMYK 0 0.83 0.94 0.33
HSL 6.79º 0.88% 0.35% -
HSV(B) 6.79º 0.94% 0.67% -
XYZ 17.08 9.45 1.24 -
YUV 69.11 95.21 199.96 -
System Red Green Blue C M Y K H S L
Decimal 170 29 11 0 0.83 0.94 0.33 6.79 0.88 0.35
Hex AA 1D B 0 53 5E 21 7 58 23
Octal 252 35 13 0 123 136 41 7 130 43
Binary 10101010 11101 1011 0 1010011 1011110 100001 111 1011000 100011

Color Harmonies of #AA1D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1D0B

Black with #AA1D0B

Text Example


Text Example

White with #AA1D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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