Html Css Color HEX #AA241B Fire Brick

📋 copy color: '#AA241B'

red 170 ◦ green 36 ◦ blue 27

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

Shades of Fire Brick #AA241B

Tints of Fire Brick #AA241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.45%

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

R = 72.96%
G = 15.45%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA241B (or 0xAA241B) is known color: Fire Brick. HEX triplet: AA, 24 and 1B. RGB value is (170,36,27). Sum of RGB (Red+Green+Blue) = 170+36+27=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA241B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA241B is #55DBE4. Grayscale: #4B4B4B. Windows color (decimal): -5626853 or 1778858. OLE color: 1778858.

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

Color convert

RGB 170 36 27 -
CMYK 0 0.79 0.84 0.33
HSL 3.78º 0.73% 0.39% -
HSV(B) 3.78º 0.84% 0.67% -
XYZ 17.41 9.89 2.03 -
YUV 75.04 100.89 195.73 -
System Red Green Blue C M Y K H S L
Decimal 170 36 27 0 0.79 0.84 0.33 3.78 0.73 0.39
Hex AA 24 1B 0 4F 54 21 4 49 27
Octal 252 44 33 0 117 124 41 4 111 47
Binary 10101010 100100 11011 0 1001111 1010100 100001 100 1001001 100111

Color Harmonies of #AA241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA241B

Black with #AA241B

Text Example


Text Example

White with #AA241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA241B; }

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

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

background-color css

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

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

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

border-color css

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

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

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