Html Css Color HEX #A2170D Fire Brick

📋 copy color: '#A2170D'

red 162 ◦ green 23 ◦ blue 13

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

Shades of Fire Brick #A2170D

Tints of Fire Brick #A2170D

RGB

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

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

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

R = 81.82%
G = 11.62%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A2170D (or 0xA2170D) is known color: Fire Brick. HEX triplet: A2, 17 and 0D. RGB value is (162,23,13). Sum of RGB (Red+Green+Blue) = 162+23+13=198 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.82% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 162 - color contains mainly: red. Hex color #A2170D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2170D is #5DE8F2. Grayscale: #3F3F3F. Windows color (decimal): -6154483 or 858018. OLE color: 858018.

HSL color Cylindrical-coordinate representation of color #A2170D: hue angle of 4.03º 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 #A2170D is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 23 13 -
CMYK 0 0.86 0.92 0.36
HSL 4.03º 0.85% 0.34% -
HSV(B) 4.03º 0.92% 0.64% -
XYZ 15.28 8.32 1.18 -
YUV 63.42 99.55 198.31 -
System Red Green Blue C M Y K H S L
Decimal 162 23 13 0 0.86 0.92 0.36 4.03 0.85 0.34
Hex A2 17 D 0 56 5C 24 4 55 22
Octal 242 27 15 0 126 134 44 4 125 42
Binary 10100010 10111 1101 0 1010110 1011100 100100 100 1010101 100010

Color Harmonies of #A2170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2170D

Black with #A2170D

Text Example


Text Example

White with #A2170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2170D; }

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

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

background-color css

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

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

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

border-color css

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

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

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