Html Css Color HEX #AA270C Fire Brick

📋 copy color: '#AA270C'

red 170 ◦ green 39 ◦ blue 12

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

Shades of Fire Brick #AA270C

Tints of Fire Brick #AA270C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.43%

R = 76.92%
G = 17.65%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA270C (or 0xAA270C) is known color: Fire Brick. HEX triplet: AA, 27 and 0C. RGB value is (170,39,12). Sum of RGB (Red+Green+Blue) = 170+39+12=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA270C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA270C is #55D8F3. Grayscale: #4B4B4B. Windows color (decimal): -5626100 or 796586. OLE color: 796586.

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

Color convert

RGB 170 39 12 -
CMYK 0 0.77 0.93 0.33
HSL 10.25º 0.87% 0.36% -
HSV(B) 10.25º 0.93% 0.67% -
XYZ 17.37 10.02 1.37 -
YUV 75.09 92.4 195.7 -
System Red Green Blue C M Y K H S L
Decimal 170 39 12 0 0.77 0.93 0.33 10.25 0.87 0.36
Hex AA 27 C 0 4D 5D 21 A 57 24
Octal 252 47 14 0 115 135 41 12 127 44
Binary 10101010 100111 1100 0 1001101 1011101 100001 1010 1010111 100100

Color Harmonies of #AA270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA270C

Black with #AA270C

Text Example


Text Example

White with #AA270C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA270C; }

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

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

background-color css

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

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

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

border-color css

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

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

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