Html Css Color HEX #A01711 Fire Brick

📋 copy color: '#A01711'

red 160 ◦ green 23 ◦ blue 17

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

Shades of Fire Brick #A01711

Tints of Fire Brick #A01711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.5%

R = 80%
G = 11.5%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A01711 (or 0xA01711) is known color: Fire Brick. HEX triplet: A0, 17 and 11. RGB value is (160,23,17). Sum of RGB (Red+Green+Blue) = 160+23+17=200 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 160 - color contains mainly: red. Hex color #A01711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01711 is #5FE8EE. Grayscale: #3F3F3F. Windows color (decimal): -6285551 or 1120160. OLE color: 1120160.

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

Color convert

RGB 160 23 17 -
CMYK 0 0.86 0.89 0.37
HSL 2.52º 0.81% 0.35% -
HSV(B) 2.52º 0.89% 0.63% -
XYZ 14.9 8.13 1.31 -
YUV 63.28 101.89 196.99 -
System Red Green Blue C M Y K H S L
Decimal 160 23 17 0 0.86 0.89 0.37 2.52 0.81 0.35
Hex A0 17 11 0 56 59 25 3 51 23
Octal 240 27 21 0 126 131 45 3 121 43
Binary 10100000 10111 10001 0 1010110 1011001 100101 11 1010001 100011

Color Harmonies of #A01711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01711

Black with #A01711

Text Example


Text Example

White with #A01711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01711; }

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

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

background-color css

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

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

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

border-color css

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

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

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