Html Css Color HEX #A6220E Fire Brick

📋 copy color: '#A6220E'

red 166 ◦ green 34 ◦ blue 14

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

Shades of Fire Brick #A6220E

Tints of Fire Brick #A6220E

RGB

 RED value IS 166 (65.23% from 255) = 77.57%

 GREEN value IS 34 (13.67% from 255) = 15.89%

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

R = 77.57%
G = 15.89%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A6220E (or 0xA6220E) is known color: Fire Brick. HEX triplet: A6, 22 and 0E. RGB value is (166,34,14). Sum of RGB (Red+Green+Blue) = 166+34+14=214 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.57% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 166 - color contains mainly: red. Hex color #A6220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6220E is #59DDF1. Grayscale: #474747. Windows color (decimal): -5889522 or 926374. OLE color: 926374.

HSL color Cylindrical-coordinate representation of color #A6220E: hue angle of 7.89º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6220E is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 34 14 -
CMYK 0 0.80 0.92 0.35
HSL 7.89º 0.84% 0.35% -
HSV(B) 7.89º 0.92% 0.65% -
XYZ 16.38 9.28 1.34 -
YUV 71.19 95.73 195.63 -
System Red Green Blue C M Y K H S L
Decimal 166 34 14 0 0.80 0.92 0.35 7.89 0.84 0.35
Hex A6 22 E 0 50 5C 23 8 54 23
Octal 246 42 16 0 120 134 43 10 124 43
Binary 10100110 100010 1110 0 1010000 1011100 100011 1000 1010100 100011

Color Harmonies of #A6220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6220E

Black with #A6220E

Text Example


Text Example

White with #A6220E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6220E; }

 p { color: rgb(166,34,14); }

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

background-color css

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

 a { background-color: rgb(166,34,14); }

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

border-color css

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

 span { border-color: rgb(166,34,14); }

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