Html Css Color HEX #A01909 Fire Brick

📋 copy color: '#A01909'

red 160 ◦ green 25 ◦ blue 9

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

Shades of Fire Brick #A01909

Tints of Fire Brick #A01909

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

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

R = 82.47%
G = 12.89%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A01909 (or 0xA01909) is known color: Fire Brick. HEX triplet: A0, 19 and 09. RGB value is (160,25,9). Sum of RGB (Red+Green+Blue) = 160+25+9=194 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.47% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 160 - color contains mainly: red. Hex color #A01909 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01909 is #5FE6F6. Grayscale: #3F3F3F. Windows color (decimal): -6285047 or 596384. OLE color: 596384.

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

Color convert

RGB 160 25 9 -
CMYK 0 0.84 0.94 0.37
HSL 6.36º 0.89% 0.33% -
HSV(B) 6.36º 0.94% 0.63% -
XYZ 14.89 8.19 1.05 -
YUV 63.54 97.23 196.8 -
System Red Green Blue C M Y K H S L
Decimal 160 25 9 0 0.84 0.94 0.37 6.36 0.89 0.33
Hex A0 19 9 0 54 5E 25 6 59 21
Octal 240 31 11 0 124 136 45 6 131 41
Binary 10100000 11001 1001 0 1010100 1011110 100101 110 1011001 100001

Color Harmonies of #A01909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01909

Black with #A01909

Text Example


Text Example

White with #A01909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01909; }

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

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

background-color css

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

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

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

border-color css

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

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

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