Html Css Color HEX #AA1B07 Fire Brick

📋 copy color: '#AA1B07'

red 170 ◦ green 27 ◦ blue 7

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

Shades of Fire Brick #AA1B07

Tints of Fire Brick #AA1B07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.43%

R = 83.33%
G = 13.24%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA1B07 (or 0xAA1B07) is known color: Fire Brick. HEX triplet: AA, 1B and 07. RGB value is (170,27,7). Sum of RGB (Red+Green+Blue) = 170+27+7=204 (27% of max value = 765). Red value is 170 (66.80% from 255 or 83.33% from 204); Green value is 27 (10.94% from 255 or 13.24% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1B07 is #55E4F8. Grayscale: #434343. Windows color (decimal): -5629177 or 465834. OLE color: 465834.

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

Color convert

RGB 170 27 7 -
CMYK 0 0.84 0.96 0.33
HSL 7.36º 0.92% 0.35% -
HSV(B) 7.36º 0.96% 0.67% -
XYZ 17.01 9.35 1.11 -
YUV 67.48 93.88 201.13 -
System Red Green Blue C M Y K H S L
Decimal 170 27 7 0 0.84 0.96 0.33 7.36 0.92 0.35
Hex AA 1B 7 0 54 60 21 7 5C 23
Octal 252 33 7 0 124 140 41 7 134 43
Binary 10101010 11011 111 0 1010100 1100000 100001 111 1011100 100011

Color Harmonies of #AA1B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1B07

Black with #AA1B07

Text Example


Text Example

White with #AA1B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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