Html Css Color HEX #AA270B Fire Brick

📋 copy color: '#AA270B'

red 170 ◦ green 39 ◦ blue 11

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

Shades of Fire Brick #AA270B

Tints of Fire Brick #AA270B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.73%

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

R = 77.27%
G = 17.73%
B = 5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA270B (or 0xAA270B) is known color: Fire Brick. HEX triplet: AA, 27 and 0B. RGB value is (170,39,11). Sum of RGB (Red+Green+Blue) = 170+39+11=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA270B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA270B is #55D8F4. Grayscale: #4B4B4B. Windows color (decimal): -5626101 or 731050. OLE color: 731050.

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

Color convert

RGB 170 39 11 -
CMYK 0 0.77 0.94 0.33
HSL 10.57º 0.88% 0.35% -
HSV(B) 10.57º 0.94% 0.67% -
XYZ 17.36 10.02 1.34 -
YUV 74.98 91.9 195.78 -
System Red Green Blue C M Y K H S L
Decimal 170 39 11 0 0.77 0.94 0.33 10.57 0.88 0.35
Hex AA 27 B 0 4D 5E 21 B 58 23
Octal 252 47 13 0 115 136 41 13 130 43
Binary 10101010 100111 1011 0 1001101 1011110 100001 1011 1011000 100011

Color Harmonies of #AA270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA270B

Black with #AA270B

Text Example


Text Example

White with #AA270B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA270B; }

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

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

background-color css

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

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

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

border-color css

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

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

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