Html Css Color HEX #AA270D Fire Brick

📋 copy color: '#AA270D'

red 170 ◦ green 39 ◦ blue 13

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

Shades of Fire Brick #AA270D

Tints of Fire Brick #AA270D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.86%

R = 76.58%
G = 17.57%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA270D (or 0xAA270D) is known color: Fire Brick. HEX triplet: AA, 27 and 0D. RGB value is (170,39,13). Sum of RGB (Red+Green+Blue) = 170+39+13=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA270D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA270D is #55D8F2. Grayscale: #4B4B4B. Windows color (decimal): -5626099 or 862122. OLE color: 862122.

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

Color convert

RGB 170 39 13 -
CMYK 0 0.77 0.92 0.33
HSL 9.94º 0.86% 0.36% -
HSV(B) 9.94º 0.92% 0.67% -
XYZ 17.38 10.03 1.4 -
YUV 75.21 92.9 195.61 -
System Red Green Blue C M Y K H S L
Decimal 170 39 13 0 0.77 0.92 0.33 9.94 0.86 0.36
Hex AA 27 D 0 4D 5C 21 A 56 24
Octal 252 47 15 0 115 134 41 12 126 44
Binary 10101010 100111 1101 0 1001101 1011100 100001 1010 1010110 100100

Color Harmonies of #AA270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA270D

Black with #AA270D

Text Example


Text Example

White with #AA270D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA270D; }

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

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

background-color css

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

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

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

border-color css

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

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

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