Html Css Color HEX #AA1B0D Fire Brick

📋 copy color: '#AA1B0D'

red 170 ◦ green 27 ◦ blue 13

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

Shades of Fire Brick #AA1B0D

Tints of Fire Brick #AA1B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.19%

R = 80.95%
G = 12.86%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA1B0D (or 0xAA1B0D) is known color: Fire Brick. HEX triplet: AA, 1B and 0D. RGB value is (170,27,13). Sum of RGB (Red+Green+Blue) = 170+27+13=210 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.95% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1B0D is #55E4F2. Grayscale: #444444. Windows color (decimal): -5629171 or 859050. OLE color: 859050.

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

Color convert

RGB 170 27 13 -
CMYK 0 0.84 0.92 0.33
HSL 5.35º 0.86% 0.36% -
HSV(B) 5.35º 0.92% 0.67% -
XYZ 17.04 9.36 1.29 -
YUV 68.16 96.88 200.64 -
System Red Green Blue C M Y K H S L
Decimal 170 27 13 0 0.84 0.92 0.33 5.35 0.86 0.36
Hex AA 1B D 0 54 5C 21 5 56 24
Octal 252 33 15 0 124 134 41 5 126 44
Binary 10101010 11011 1101 0 1010100 1011100 100001 101 1010110 100100

Color Harmonies of #AA1B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1B0D

Black with #AA1B0D

Text Example


Text Example

White with #AA1B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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