Html Css Color HEX #A01F10 Fire Brick

📋 copy color: '#A01F10'

red 160 ◦ green 31 ◦ blue 16

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

Shades of Fire Brick #A01F10

Tints of Fire Brick #A01F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.73%

R = 77.29%
G = 14.98%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A01F10 (or 0xA01F10) is known color: Fire Brick. HEX triplet: A0, 1F and 10. RGB value is (160,31,16). Sum of RGB (Red+Green+Blue) = 160+31+16=207 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.29% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01F10 is #5FE0EF. Grayscale: #444444. Windows color (decimal): -6283504 or 1056672. OLE color: 1056672.

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

Color convert

RGB 160 31 16 -
CMYK 0 0.81 0.9 0.37
HSL 6.25º 0.82% 0.35% -
HSV(B) 6.25º 0.9% 0.63% -
XYZ 15.08 8.49 1.33 -
YUV 67.86 98.74 193.72 -
System Red Green Blue C M Y K H S L
Decimal 160 31 16 0 0.81 0.9 0.37 6.25 0.82 0.35
Hex A0 1F 10 0 51 5A 25 6 52 23
Octal 240 37 20 0 121 132 45 6 122 43
Binary 10100000 11111 10000 0 1010001 1011010 100101 110 1010010 100011

Color Harmonies of #A01F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01F10

Black with #A01F10

Text Example


Text Example

White with #A01F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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