Html Css Color HEX #A01F11 Fire Brick

📋 copy color: '#A01F11'

red 160 ◦ green 31 ◦ blue 17

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

Shades of Fire Brick #A01F11

Tints of Fire Brick #A01F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.9%

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

R = 76.92%
G = 14.9%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A01F11 (or 0xA01F11) is known color: Fire Brick. HEX triplet: A0, 1F and 11. RGB value is (160,31,17). Sum of RGB (Red+Green+Blue) = 160+31+17=208 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.92% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01F11 is #5FE0EE. Grayscale: #444444. Windows color (decimal): -6283503 or 1122208. OLE color: 1122208.

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

Color convert

RGB 160 31 17 -
CMYK 0 0.81 0.89 0.37
HSL 5.87º 0.81% 0.35% -
HSV(B) 5.87º 0.89% 0.63% -
XYZ 15.09 8.49 1.37 -
YUV 67.98 99.24 193.64 -
System Red Green Blue C M Y K H S L
Decimal 160 31 17 0 0.81 0.89 0.37 5.87 0.81 0.35
Hex A0 1F 11 0 51 59 25 6 51 23
Octal 240 37 21 0 121 131 45 6 121 43
Binary 10100000 11111 10001 0 1010001 1011001 100101 110 1010001 100011

Color Harmonies of #A01F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01F11

Black with #A01F11

Text Example


Text Example

White with #A01F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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