Html Css Color HEX #A1220D Fire Brick

📋 copy color: '#A1220D'

red 161 ◦ green 34 ◦ blue 13

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

Shades of Fire Brick #A1220D

Tints of Fire Brick #A1220D

RGB

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

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

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

R = 77.4%
G = 16.35%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A1220D (or 0xA1220D) is known color: Fire Brick. HEX triplet: A1, 22 and 0D. RGB value is (161,34,13). Sum of RGB (Red+Green+Blue) = 161+34+13=208 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.40% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 161 - color contains mainly: red. Hex color #A1220D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1220D is #5EDDF2. Grayscale: #454545. Windows color (decimal): -6217203 or 860833. OLE color: 860833.

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

Color convert

RGB 161 34 13 -
CMYK 0 0.79 0.92 0.37
HSL 8.51º 0.85% 0.34% -
HSV(B) 8.51º 0.92% 0.63% -
XYZ 15.34 8.75 1.26 -
YUV 69.58 96.08 193.21 -
System Red Green Blue C M Y K H S L
Decimal 161 34 13 0 0.79 0.92 0.37 8.51 0.85 0.34
Hex A1 22 D 0 4F 5C 25 9 55 22
Octal 241 42 15 0 117 134 45 11 125 42
Binary 10100001 100010 1101 0 1001111 1011100 100101 1001 1010101 100010

Color Harmonies of #A1220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1220D

Black with #A1220D

Text Example


Text Example

White with #A1220D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1220D; }

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

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

background-color css

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

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

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

border-color css

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

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

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