Html Css Color HEX #A1160D Fire Brick

📋 copy color: '#A1160D'

red 161 ◦ green 22 ◦ blue 13

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

Shades of Fire Brick #A1160D

Tints of Fire Brick #A1160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.22%

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

R = 82.14%
G = 11.22%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A1160D (or 0xA1160D) is known color: Fire Brick. HEX triplet: A1, 16 and 0D. RGB value is (161,22,13). Sum of RGB (Red+Green+Blue) = 161+22+13=196 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.14% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 161 - color contains mainly: red. Hex color #A1160D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1160D is #5EE9F2. Grayscale: #3E3E3E. Windows color (decimal): -6220275 or 857761. OLE color: 857761.

HSL color Cylindrical-coordinate representation of color #A1160D: hue angle of 3.65º 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 #A1160D is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 22 13 -
CMYK 0 0.86 0.92 0.37
HSL 3.65º 0.85% 0.34% -
HSV(B) 3.65º 0.92% 0.63% -
XYZ 15.06 8.18 1.17 -
YUV 62.54 100.05 198.23 -
System Red Green Blue C M Y K H S L
Decimal 161 22 13 0 0.86 0.92 0.37 3.65 0.85 0.34
Hex A1 16 D 0 56 5C 25 4 55 22
Octal 241 26 15 0 126 134 45 4 125 42
Binary 10100001 10110 1101 0 1010110 1011100 100101 100 1010101 100010

Color Harmonies of #A1160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1160D

Black with #A1160D

Text Example


Text Example

White with #A1160D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1160D; }

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

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

background-color css

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

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

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

border-color css

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

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

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