Html Css Color HEX #A2190D Fire Brick

📋 copy color: '#A2190D'

red 162 ◦ green 25 ◦ blue 13

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

Shades of Fire Brick #A2190D

Tints of Fire Brick #A2190D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.5%

R = 81%
G = 12.5%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A2190D (or 0xA2190D) is known color: Fire Brick. HEX triplet: A2, 19 and 0D. RGB value is (162,25,13). Sum of RGB (Red+Green+Blue) = 162+25+13=200 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 162 - color contains mainly: red. Hex color #A2190D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2190D is #5DE6F2. Grayscale: #404040. Windows color (decimal): -6153971 or 858530. OLE color: 858530.

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

Color convert

RGB 162 25 13 -
CMYK 0 0.85 0.92 0.36
HSL 4.83º 0.85% 0.34% -
HSV(B) 4.83º 0.92% 0.64% -
XYZ 15.32 8.41 1.2 -
YUV 64.6 98.89 197.48 -
System Red Green Blue C M Y K H S L
Decimal 162 25 13 0 0.85 0.92 0.36 4.83 0.85 0.34
Hex A2 19 D 0 55 5C 24 5 55 22
Octal 242 31 15 0 125 134 44 5 125 42
Binary 10100010 11001 1101 0 1010101 1011100 100100 101 1010101 100010

Color Harmonies of #A2190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2190D

Black with #A2190D

Text Example


Text Example

White with #A2190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2190D; }

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

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

background-color css

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

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

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

border-color css

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

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

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