Html Css Color HEX #A0140F Fire Brick

📋 copy color: '#A0140F'

red 160 ◦ green 20 ◦ blue 15

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

Shades of Fire Brick #A0140F

Tints of Fire Brick #A0140F

RGB

 RED value IS 160 (62.89% from 255) = 82.05%

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

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

R = 82.05%
G = 10.26%
B = 7.69%

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

#A0140F (or 0xA0140F) is known color: Fire Brick. HEX triplet: A0, 14 and 0F. RGB value is (160,20,15). Sum of RGB (Red+Green+Blue) = 160+20+15=195 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.05% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 160 - color contains mainly: red. Hex color #A0140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0140F is #5FEBF0. Grayscale: #3D3D3D. Windows color (decimal): -6286321 or 988320. OLE color: 988320.

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

Color convert

RGB 160 20 15 -
CMYK 0 0.88 0.91 0.37
HSL 2.07º 0.83% 0.34% -
HSV(B) 2.07º 0.91% 0.63% -
XYZ 14.83 8.01 1.22 -
YUV 61.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 160 20 15 0 0.88 0.91 0.37 2.07 0.83 0.34
Hex A0 14 F 0 58 5B 25 2 53 22
Octal 240 24 17 0 130 133 45 2 123 42
Binary 10100000 10100 1111 0 1011000 1011011 100101 10 1010011 100010

Color Harmonies of #A0140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0140F

Black with #A0140F

Text Example


Text Example

White with #A0140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0140F; }

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

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

background-color css

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

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

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

border-color css

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

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

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