Html Css Color HEX #A2170A Fire Brick

📋 copy color: '#A2170A'

red 162 ◦ green 23 ◦ blue 10

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

Shades of Fire Brick #A2170A

Tints of Fire Brick #A2170A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.79%

 BLUE value IS 10 (4.3% from 255) = 5.13%

R = 83.08%
G = 11.79%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A2170A (or 0xA2170A) is known color: Fire Brick. HEX triplet: A2, 17 and 0A. RGB value is (162,23,10). Sum of RGB (Red+Green+Blue) = 162+23+10=195 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.08% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 162 - color contains mainly: red. Hex color #A2170A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2170A is #5DE8F5. Grayscale: #3F3F3F. Windows color (decimal): -6154486 or 661410. OLE color: 661410.

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

Color convert

RGB 162 23 10 -
CMYK 0 0.86 0.94 0.36
HSL 5.13º 0.88% 0.34% -
HSV(B) 5.13º 0.94% 0.64% -
XYZ 15.26 8.32 1.09 -
YUV 63.08 98.05 198.56 -
System Red Green Blue C M Y K H S L
Decimal 162 23 10 0 0.86 0.94 0.36 5.13 0.88 0.34
Hex A2 17 A 0 56 5E 24 5 58 22
Octal 242 27 12 0 126 136 44 5 130 42
Binary 10100010 10111 1010 0 1010110 1011110 100100 101 1011000 100010

Color Harmonies of #A2170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2170A

Black with #A2170A

Text Example


Text Example

White with #A2170A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2170A; }

 p { color: rgb(162,23,10); }

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

background-color css

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

 a { background-color: rgb(162,23,10); }

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

border-color css

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

 span { border-color: rgb(162,23,10); }

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