Html Css Color HEX #A2190C Fire Brick

📋 copy color: '#A2190C'

red 162 ◦ green 25 ◦ blue 12

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

Shades of Fire Brick #A2190C

Tints of Fire Brick #A2190C

RGB

 RED value IS 162 (63.67% from 255) = 81.41%

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

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

R = 81.41%
G = 12.56%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A2190C (or 0xA2190C) is known color: Fire Brick. HEX triplet: A2, 19 and 0C. RGB value is (162,25,12). Sum of RGB (Red+Green+Blue) = 162+25+12=199 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.41% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 162 - color contains mainly: red. Hex color #A2190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2190C is #5DE6F3. Grayscale: #404040. Windows color (decimal): -6153972 or 792994. OLE color: 792994.

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

Color convert

RGB 162 25 12 -
CMYK 0 0.85 0.93 0.36
HSL 5.2º 0.86% 0.34% -
HSV(B) 5.2º 0.93% 0.64% -
XYZ 15.31 8.4 1.16 -
YUV 64.48 98.39 197.56 -
System Red Green Blue C M Y K H S L
Decimal 162 25 12 0 0.85 0.93 0.36 5.2 0.86 0.34
Hex A2 19 C 0 55 5D 24 5 56 22
Octal 242 31 14 0 125 135 44 5 126 42
Binary 10100010 11001 1100 0 1010101 1011101 100100 101 1010110 100010

Color Harmonies of #A2190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2190C

Black with #A2190C

Text Example


Text Example

White with #A2190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2190C; }

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

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

background-color css

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

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

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

border-color css

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

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

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