Html Css Color HEX #A01F0C Fire Brick

📋 copy color: '#A01F0C'

red 160 ◦ green 31 ◦ blue 12

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

Shades of Fire Brick #A01F0C

Tints of Fire Brick #A01F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.91%

R = 78.82%
G = 15.27%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A01F0C (or 0xA01F0C) is known color: Fire Brick. HEX triplet: A0, 1F and 0C. RGB value is (160,31,12). Sum of RGB (Red+Green+Blue) = 160+31+12=203 (26% of max value = 765). Red value is 160 (62.89% from 255 or 78.82% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01F0C is #5FE0F3. Grayscale: #434343. Windows color (decimal): -6283508 or 794528. OLE color: 794528.

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

Color convert

RGB 160 31 12 -
CMYK 0 0.81 0.93 0.37
HSL 7.7º 0.86% 0.34% -
HSV(B) 7.7º 0.93% 0.63% -
XYZ 15.05 8.48 1.19 -
YUV 67.41 96.74 194.04 -
System Red Green Blue C M Y K H S L
Decimal 160 31 12 0 0.81 0.93 0.37 7.7 0.86 0.34
Hex A0 1F C 0 51 5D 25 8 56 22
Octal 240 37 14 0 121 135 45 10 126 42
Binary 10100000 11111 1100 0 1010001 1011101 100101 1000 1010110 100010

Color Harmonies of #A01F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01F0C

Black with #A01F0C

Text Example


Text Example

White with #A01F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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