Html Css Color HEX #A1130E Fire Brick

📋 copy color: '#A1130E'

red 161 ◦ green 19 ◦ blue 14

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

Shades of Fire Brick #A1130E

Tints of Fire Brick #A1130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.79%

 BLUE value IS 14 (5.86% from 255) = 7.22%

R = 82.99%
G = 9.79%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1130E (or 0xA1130E) is known color: Fire Brick. HEX triplet: A1, 13 and 0E. RGB value is (161,19,14). Sum of RGB (Red+Green+Blue) = 161+19+14=194 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.99% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 161 - color contains mainly: red. Hex color #A1130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1130E is #5EECF1. Grayscale: #3D3D3D. Windows color (decimal): -6221042 or 922529. OLE color: 922529.

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

Color convert

RGB 161 19 14 -
CMYK 0 0.88 0.91 0.37
HSL 2.04º 0.84% 0.34% -
HSV(B) 2.04º 0.91% 0.63% -
XYZ 15.01 8.07 1.18 -
YUV 60.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 161 19 14 0 0.88 0.91 0.37 2.04 0.84 0.34
Hex A1 13 E 0 58 5B 25 2 54 22
Octal 241 23 16 0 130 133 45 2 124 42
Binary 10100001 10011 1110 0 1011000 1011011 100101 10 1010100 100010

Color Harmonies of #A1130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1130E

Black with #A1130E

Text Example


Text Example

White with #A1130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1130E; }

 p { color: rgb(161,19,14); }

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

background-color css

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

 a { background-color: rgb(161,19,14); }

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

border-color css

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

 span { border-color: rgb(161,19,14); }

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