Html Css Color HEX #A2170E Fire Brick

📋 copy color: '#A2170E'

red 162 ◦ green 23 ◦ blue 14

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

Shades of Fire Brick #A2170E

Tints of Fire Brick #A2170E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.04%

R = 81.41%
G = 11.56%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A2170E (or 0xA2170E) is known color: Fire Brick. HEX triplet: A2, 17 and 0E. RGB value is (162,23,14). Sum of RGB (Red+Green+Blue) = 162+23+14=199 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.41% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 162 - color contains mainly: red. Hex color #A2170E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2170E is #5DE8F1. Grayscale: #3F3F3F. Windows color (decimal): -6154482 or 923554. OLE color: 923554.

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

Color convert

RGB 162 23 14 -
CMYK 0 0.86 0.91 0.36
HSL 3.65º 0.84% 0.35% -
HSV(B) 3.65º 0.91% 0.64% -
XYZ 15.29 8.33 1.22 -
YUV 63.54 100.05 198.23 -
System Red Green Blue C M Y K H S L
Decimal 162 23 14 0 0.86 0.91 0.36 3.65 0.84 0.35
Hex A2 17 E 0 56 5B 24 4 54 23
Octal 242 27 16 0 126 133 44 4 124 43
Binary 10100010 10111 1110 0 1010110 1011011 100100 100 1010100 100011

Color Harmonies of #A2170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2170E

Black with #A2170E

Text Example


Text Example

White with #A2170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2170E; }

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

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

background-color css

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

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

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

border-color css

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

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

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