Html Css Color HEX #AA1D03 Fire Brick

📋 copy color: '#AA1D03'

red 170 ◦ green 29 ◦ blue 3

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

Shades of Fire Brick #AA1D03

Tints of Fire Brick #AA1D03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.49%

R = 84.16%
G = 14.36%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA1D03 (or 0xAA1D03) is known color: Fire Brick. HEX triplet: AA, 1D and 03. RGB value is (170,29,3). Sum of RGB (Red+Green+Blue) = 170+29+3=202 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.16% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1D03 is #55E2FC. Grayscale: #444444. Windows color (decimal): -5628669 or 204202. OLE color: 204202.

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

Color convert

RGB 170 29 3 -
CMYK 0 0.83 0.98 0.33
HSL 9.34º 0.97% 0.34% -
HSV(B) 9.34º 0.98% 0.67% -
XYZ 17.03 9.43 1.01 -
YUV 68.2 91.21 200.61 -
System Red Green Blue C M Y K H S L
Decimal 170 29 3 0 0.83 0.98 0.33 9.34 0.97 0.34
Hex AA 1D 3 0 53 62 21 9 61 22
Octal 252 35 3 0 123 142 41 11 141 42
Binary 10101010 11101 11 0 1010011 1100010 100001 1001 1100001 100010

Color Harmonies of #AA1D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1D03

Black with #AA1D03

Text Example


Text Example

White with #AA1D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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