Html Css Color HEX #A0170E Fire Brick

📋 copy color: '#A0170E'

red 160 ◦ green 23 ◦ blue 14

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

Shades of Fire Brick #A0170E

Tints of Fire Brick #A0170E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.68%

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

R = 81.22%
G = 11.68%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0170E (or 0xA0170E) is known color: Fire Brick. HEX triplet: A0, 17 and 0E. RGB value is (160,23,14). Sum of RGB (Red+Green+Blue) = 160+23+14=197 (26% of max value = 765). Red value is 160 (62.89% from 255 or 81.22% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 160 - color contains mainly: red. Hex color #A0170E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0170E is #5FE8F1. Grayscale: #3F3F3F. Windows color (decimal): -6285554 or 923552. OLE color: 923552.

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

Color convert

RGB 160 23 14 -
CMYK 0 0.86 0.91 0.37
HSL 3.7º 0.84% 0.34% -
HSV(B) 3.7º 0.91% 0.63% -
XYZ 14.88 8.12 1.2 -
YUV 62.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 160 23 14 0 0.86 0.91 0.37 3.7 0.84 0.34
Hex A0 17 E 0 56 5B 25 4 54 22
Octal 240 27 16 0 126 133 45 4 124 42
Binary 10100000 10111 1110 0 1010110 1011011 100101 100 1010100 100010

Color Harmonies of #A0170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0170E

Black with #A0170E

Text Example


Text Example

White with #A0170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0170E; }

 p { color: rgb(160,23,14); }

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

background-color css

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

 a { background-color: rgb(160,23,14); }

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

border-color css

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

 span { border-color: rgb(160,23,14); }

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