Html Css Color HEX #A0190F Fire Brick

📋 copy color: '#A0190F'

red 160 ◦ green 25 ◦ blue 15

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

Shades of Fire Brick #A0190F

Tints of Fire Brick #A0190F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.5%

R = 80%
G = 12.5%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0190F (or 0xA0190F) is known color: Fire Brick. HEX triplet: A0, 19 and 0F. RGB value is (160,25,15). Sum of RGB (Red+Green+Blue) = 160+25+15=200 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 160 - color contains mainly: red. Hex color #A0190F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0190F is #5FE6F0. Grayscale: #404040. Windows color (decimal): -6285041 or 989600. OLE color: 989600.

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

Color convert

RGB 160 25 15 -
CMYK 0 0.84 0.91 0.37
HSL 4.14º 0.83% 0.34% -
HSV(B) 4.14º 0.91% 0.63% -
XYZ 14.93 8.2 1.25 -
YUV 64.23 100.23 196.31 -
System Red Green Blue C M Y K H S L
Decimal 160 25 15 0 0.84 0.91 0.37 4.14 0.83 0.34
Hex A0 19 F 0 54 5B 25 4 53 22
Octal 240 31 17 0 124 133 45 4 123 42
Binary 10100000 11001 1111 0 1010100 1011011 100101 100 1010011 100010

Color Harmonies of #A0190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0190F

Black with #A0190F

Text Example


Text Example

White with #A0190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0190F; }

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

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

background-color css

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

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

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

border-color css

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

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

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