Html Css Color HEX #A0190E Fire Brick

📋 copy color: '#A0190E'

red 160 ◦ green 25 ◦ blue 14

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

Shades of Fire Brick #A0190E

Tints of Fire Brick #A0190E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.04%

R = 80.4%
G = 12.56%
B = 7.04%

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

#A0190E (or 0xA0190E) is known color: Fire Brick. HEX triplet: A0, 19 and 0E. RGB value is (160,25,14). Sum of RGB (Red+Green+Blue) = 160+25+14=199 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.40% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 160 - color contains mainly: red. Hex color #A0190E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0190E is #5FE6F1. Grayscale: #404040. Windows color (decimal): -6285042 or 924064. OLE color: 924064.

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

Color convert

RGB 160 25 14 -
CMYK 0 0.84 0.91 0.37
HSL 4.52º 0.84% 0.34% -
HSV(B) 4.52º 0.91% 0.63% -
XYZ 14.92 8.2 1.21 -
YUV 64.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 160 25 14 0 0.84 0.91 0.37 4.52 0.84 0.34
Hex A0 19 E 0 54 5B 25 5 54 22
Octal 240 31 16 0 124 133 45 5 124 42
Binary 10100000 11001 1110 0 1010100 1011011 100101 101 1010100 100010

Color Harmonies of #A0190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0190E

Black with #A0190E

Text Example


Text Example

White with #A0190E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0190E; }

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

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

background-color css

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

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

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

border-color css

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

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

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