Html Css Color HEX #A01F09 Fire Brick

📋 copy color: '#A01F09'

red 160 ◦ green 31 ◦ blue 9

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

Shades of Fire Brick #A01F09

Tints of Fire Brick #A01F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.5%

R = 80%
G = 15.5%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A01F09 (or 0xA01F09) is known color: Fire Brick. HEX triplet: A0, 1F and 09. RGB value is (160,31,9). Sum of RGB (Red+Green+Blue) = 160+31+9=200 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01F09 is #5FE0F6. Grayscale: #434343. Windows color (decimal): -6283511 or 597920. OLE color: 597920.

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

Color convert

RGB 160 31 9 -
CMYK 0 0.81 0.94 0.37
HSL 8.74º 0.89% 0.33% -
HSV(B) 8.74º 0.94% 0.63% -
XYZ 15.04 8.47 1.1 -
YUV 67.06 95.24 194.29 -
System Red Green Blue C M Y K H S L
Decimal 160 31 9 0 0.81 0.94 0.37 8.74 0.89 0.33
Hex A0 1F 9 0 51 5E 25 9 59 21
Octal 240 37 11 0 121 136 45 11 131 41
Binary 10100000 11111 1001 0 1010001 1011110 100101 1001 1011001 100001

Color Harmonies of #A01F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01F09

Black with #A01F09

Text Example


Text Example

White with #A01F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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