Html Css Color HEX #A1140F Fire Brick

📋 copy color: '#A1140F'

red 161 ◦ green 20 ◦ blue 15

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

Shades of Fire Brick #A1140F

Tints of Fire Brick #A1140F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.65%

R = 82.14%
G = 10.2%
B = 7.65%

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

#A1140F (or 0xA1140F) is known color: Fire Brick. HEX triplet: A1, 14 and 0F. RGB value is (161,20,15). Sum of RGB (Red+Green+Blue) = 161+20+15=196 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.14% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 161 - color contains mainly: red. Hex color #A1140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1140F is #5EEBF0. Grayscale: #3D3D3D. Windows color (decimal): -6220785 or 988321. OLE color: 988321.

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

Color convert

RGB 161 20 15 -
CMYK 0 0.88 0.91 0.37
HSL 2.05º 0.83% 0.35% -
HSV(B) 2.05º 0.91% 0.63% -
XYZ 15.03 8.11 1.23 -
YUV 61.59 101.71 198.91 -
System Red Green Blue C M Y K H S L
Decimal 161 20 15 0 0.88 0.91 0.37 2.05 0.83 0.35
Hex A1 14 F 0 58 5B 25 2 53 23
Octal 241 24 17 0 130 133 45 2 123 43
Binary 10100001 10100 1111 0 1011000 1011011 100101 10 1010011 100011

Color Harmonies of #A1140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1140F

Black with #A1140F

Text Example


Text Example

White with #A1140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1140F; }

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

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

background-color css

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

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

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

border-color css

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

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

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