Html Css Color HEX #A01F0E Fire Brick

📋 copy color: '#A01F0E'

red 160 ◦ green 31 ◦ blue 14

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

Shades of Fire Brick #A01F0E

Tints of Fire Brick #A01F0E

RGB

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

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

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

R = 78.05%
G = 15.12%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A01F0E (or 0xA01F0E) is known color: Fire Brick. HEX triplet: A0, 1F and 0E. RGB value is (160,31,14). Sum of RGB (Red+Green+Blue) = 160+31+14=205 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.05% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01F0E is #5FE0F1. Grayscale: #434343. Windows color (decimal): -6283506 or 925600. OLE color: 925600.

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

Color convert

RGB 160 31 14 -
CMYK 0 0.81 0.91 0.37
HSL 6.99º 0.84% 0.34% -
HSV(B) 6.99º 0.91% 0.63% -
XYZ 15.07 8.49 1.26 -
YUV 67.63 97.74 193.88 -
System Red Green Blue C M Y K H S L
Decimal 160 31 14 0 0.81 0.91 0.37 6.99 0.84 0.34
Hex A0 1F E 0 51 5B 25 7 54 22
Octal 240 37 16 0 121 133 45 7 124 42
Binary 10100000 11111 1110 0 1010001 1011011 100101 111 1010100 100010

Color Harmonies of #A01F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01F0E

Black with #A01F0E

Text Example


Text Example

White with #A01F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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