Html Css Color HEX #A0190C Fire Brick

📋 copy color: '#A0190C'

red 160 ◦ green 25 ◦ blue 12

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

Shades of Fire Brick #A0190C

Tints of Fire Brick #A0190C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.09%

R = 81.22%
G = 12.69%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0190C (or 0xA0190C) is known color: Fire Brick. HEX triplet: A0, 19 and 0C. RGB value is (160,25,12). Sum of RGB (Red+Green+Blue) = 160+25+12=197 (26% of max value = 765). Red value is 160 (62.89% from 255 or 81.22% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 160 - color contains mainly: red. Hex color #A0190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0190C is #5FE6F3. Grayscale: #404040. Windows color (decimal): -6285044 or 792992. OLE color: 792992.

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

Color convert

RGB 160 25 12 -
CMYK 0 0.84 0.93 0.37
HSL 5.27º 0.86% 0.34% -
HSV(B) 5.27º 0.93% 0.63% -
XYZ 14.91 8.2 1.14 -
YUV 63.88 98.73 196.56 -
System Red Green Blue C M Y K H S L
Decimal 160 25 12 0 0.84 0.93 0.37 5.27 0.86 0.34
Hex A0 19 C 0 54 5D 25 5 56 22
Octal 240 31 14 0 124 135 45 5 126 42
Binary 10100000 11001 1100 0 1010100 1011101 100101 101 1010110 100010

Color Harmonies of #A0190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0190C

Black with #A0190C

Text Example


Text Example

White with #A0190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0190C; }

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

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

background-color css

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

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

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

border-color css

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

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

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