Html Css Color HEX #AA251B Fire Brick

📋 copy color: '#AA251B'

red 170 ◦ green 37 ◦ blue 27

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

Shades of Fire Brick #AA251B

Tints of Fire Brick #AA251B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.81%

 BLUE value IS 27 (10.94% from 255) = 11.54%

R = 72.65%
G = 15.81%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA251B (or 0xAA251B) is known color: Fire Brick. HEX triplet: AA, 25 and 1B. RGB value is (170,37,27). Sum of RGB (Red+Green+Blue) = 170+37+27=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA251B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA251B is #55DAE4. Grayscale: #4B4B4B. Windows color (decimal): -5626597 or 1779114. OLE color: 1779114.

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

Color convert

RGB 170 37 27 -
CMYK 0 0.78 0.84 0.33
HSL 4.2º 0.73% 0.39% -
HSV(B) 4.2º 0.84% 0.67% -
XYZ 17.44 9.95 2.04 -
YUV 75.63 100.56 195.31 -
System Red Green Blue C M Y K H S L
Decimal 170 37 27 0 0.78 0.84 0.33 4.2 0.73 0.39
Hex AA 25 1B 0 4E 54 21 4 49 27
Octal 252 45 33 0 116 124 41 4 111 47
Binary 10101010 100101 11011 0 1001110 1010100 100001 100 1001001 100111

Color Harmonies of #AA251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA251B

Black with #AA251B

Text Example


Text Example

White with #AA251B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA251B; }

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

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

background-color css

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

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

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

border-color css

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

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

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