Html Css Color HEX #A01919 Fire Brick

📋 copy color: '#A01919'

red 160 ◦ green 25 ◦ blue 25

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

Shades of Fire Brick #A01919

Tints of Fire Brick #A01919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.9%

R = 76.19%
G = 11.9%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A01919 (or 0xA01919) is known color: Fire Brick. HEX triplet: A0, 19 and 19. RGB value is (160,25,25). Sum of RGB (Red+Green+Blue) = 160+25+25=210 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.19% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 160 - color contains mainly: red. Hex color #A01919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01919 is #5FE6E6. Grayscale: #414141. Windows color (decimal): -6285031 or 1644960. OLE color: 1644960.

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

Color convert

RGB 160 25 25 -
CMYK 0 0.84 0.84 0.37
HSL 0.73% 0.36% -
HSV(B) 0.84% 0.63% -
XYZ 15.02 8.24 1.72 -
YUV 65.37 105.23 195.5 -
System Red Green Blue C M Y K H S L
Decimal 160 25 25 0 0.84 0.84 0.37 0 0.73 0.36
Hex A0 19 19 0 54 54 25 0 49 24
Octal 240 31 31 0 124 124 45 0 111 44
Binary 10100000 11001 11001 0 1010100 1010100 100101 0 1001001 100100

Color Harmonies of #A01919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01919

Black with #A01919

Text Example


Text Example

White with #A01919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01919; }

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

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

background-color css

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

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

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

border-color css

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

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

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