Html Css Color HEX #AA1D02 Fire Brick

📋 copy color: '#AA1D02'

red 170 ◦ green 29 ◦ blue 2

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

Shades of Fire Brick #AA1D02

Tints of Fire Brick #AA1D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1%

R = 84.58%
G = 14.43%
B = 1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA1D02 (or 0xAA1D02) is known color: Fire Brick. HEX triplet: AA, 1D and 02. RGB value is (170,29,2). Sum of RGB (Red+Green+Blue) = 170+29+2=201 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.58% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1D02 is #55E2FD. Grayscale: #444444. Windows color (decimal): -5628670 or 138666. OLE color: 138666.

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

Color convert

RGB 170 29 2 -
CMYK 0 0.83 0.99 0.33
HSL 9.64º 0.98% 0.34% -
HSV(B) 9.64º 0.99% 0.67% -
XYZ 17.03 9.43 0.98 -
YUV 68.08 90.71 200.7 -
System Red Green Blue C M Y K H S L
Decimal 170 29 2 0 0.83 0.99 0.33 9.64 0.98 0.34
Hex AA 1D 2 0 53 63 21 A 62 22
Octal 252 35 2 0 123 143 41 12 142 42
Binary 10101010 11101 10 0 1010011 1100011 100001 1010 1100010 100010

Color Harmonies of #AA1D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1D02

Black with #AA1D02

Text Example


Text Example

White with #AA1D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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