Html Css Color HEX #AA261B Fire Brick

📋 copy color: '#AA261B'

red 170 ◦ green 38 ◦ blue 27

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

Shades of Fire Brick #AA261B

Tints of Fire Brick #AA261B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.17%

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

R = 72.34%
G = 16.17%
B = 11.49%

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

#AA261B (or 0xAA261B) is known color: Fire Brick. HEX triplet: AA, 26 and 1B. RGB value is (170,38,27). Sum of RGB (Red+Green+Blue) = 170+38+27=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA261B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA261B is #55D9E4. Grayscale: #4C4C4C. Windows color (decimal): -5626341 or 1779370. OLE color: 1779370.

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

Color convert

RGB 170 38 27 -
CMYK 0 0.78 0.84 0.33
HSL 4.62º 0.73% 0.39% -
HSV(B) 4.62º 0.84% 0.67% -
XYZ 17.47 10.01 2.05 -
YUV 76.21 100.23 194.89 -
System Red Green Blue C M Y K H S L
Decimal 170 38 27 0 0.78 0.84 0.33 4.62 0.73 0.39
Hex AA 26 1B 0 4E 54 21 5 49 27
Octal 252 46 33 0 116 124 41 5 111 47
Binary 10101010 100110 11011 0 1001110 1010100 100001 101 1001001 100111

Color Harmonies of #AA261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA261B

Black with #AA261B

Text Example


Text Example

White with #AA261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA261B; }

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

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

background-color css

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

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

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

border-color css

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

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

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