Html Css Color HEX #A1140D Fire Brick

📋 copy color: '#A1140D'

red 161 ◦ green 20 ◦ blue 13

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

Shades of Fire Brick #A1140D

Tints of Fire Brick #A1140D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.31%

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

R = 82.99%
G = 10.31%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A1140D (or 0xA1140D) is known color: Fire Brick. HEX triplet: A1, 14 and 0D. RGB value is (161,20,13). Sum of RGB (Red+Green+Blue) = 161+20+13=194 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.99% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 161 - color contains mainly: red. Hex color #A1140D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1140D is #5EEBF2. Grayscale: #3D3D3D. Windows color (decimal): -6220787 or 857249. OLE color: 857249.

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

Color convert

RGB 161 20 13 -
CMYK 0 0.88 0.92 0.37
HSL 2.84º 0.85% 0.34% -
HSV(B) 2.84º 0.92% 0.63% -
XYZ 15.02 8.11 1.15 -
YUV 61.36 100.71 199.07 -
System Red Green Blue C M Y K H S L
Decimal 161 20 13 0 0.88 0.92 0.37 2.84 0.85 0.34
Hex A1 14 D 0 58 5C 25 3 55 22
Octal 241 24 15 0 130 134 45 3 125 42
Binary 10100001 10100 1101 0 1011000 1011100 100101 11 1010101 100010

Color Harmonies of #A1140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1140D

Black with #A1140D

Text Example


Text Example

White with #A1140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1140D; }

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

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

background-color css

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

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

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

border-color css

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

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

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