Html Css Color HEX #A1220A Fire Brick

📋 copy color: '#A1220A'

red 161 ◦ green 34 ◦ blue 10

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

Shades of Fire Brick #A1220A

Tints of Fire Brick #A1220A

RGB

 RED value IS 161 (63.28% from 255) = 78.54%

 GREEN value IS 34 (13.67% from 255) = 16.59%

 BLUE value IS 10 (4.3% from 255) = 4.88%

R = 78.54%
G = 16.59%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A1220A (or 0xA1220A) is known color: Fire Brick. HEX triplet: A1, 22 and 0A. RGB value is (161,34,10). Sum of RGB (Red+Green+Blue) = 161+34+10=205 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.54% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 161 - color contains mainly: red. Hex color #A1220A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1220A is #5EDDF5. Grayscale: #454545. Windows color (decimal): -6217206 or 664225. OLE color: 664225.

HSL color Cylindrical-coordinate representation of color #A1220A: hue angle of 9.54º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1220A is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 34 10 -
CMYK 0 0.79 0.94 0.37
HSL 9.54º 0.88% 0.34% -
HSV(B) 9.54º 0.94% 0.63% -
XYZ 15.32 8.74 1.17 -
YUV 69.24 94.58 193.45 -
System Red Green Blue C M Y K H S L
Decimal 161 34 10 0 0.79 0.94 0.37 9.54 0.88 0.34
Hex A1 22 A 0 4F 5E 25 A 58 22
Octal 241 42 12 0 117 136 45 12 130 42
Binary 10100001 100010 1010 0 1001111 1011110 100101 1010 1011000 100010

Color Harmonies of #A1220A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1220A

Black with #A1220A

Text Example


Text Example

White with #A1220A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1220A; }

 p { color: rgb(161,34,10); }

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

background-color css

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

 a { background-color: rgb(161,34,10); }

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

border-color css

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

 span { border-color: rgb(161,34,10); }

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