Html Css Color HEX #A7220C Fire Brick

📋 copy color: '#A7220C'

red 167 ◦ green 34 ◦ blue 12

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

Shades of Fire Brick #A7220C

Tints of Fire Brick #A7220C

RGB

 RED value IS 167 (65.63% from 255) = 78.4%

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

 BLUE value IS 12 (5.08% from 255) = 5.63%

R = 78.4%
G = 15.96%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A7220C (or 0xA7220C) is known color: Fire Brick. HEX triplet: A7, 22 and 0C. RGB value is (167,34,12). Sum of RGB (Red+Green+Blue) = 167+34+12=213 (28% of max value = 765). Red value is 167 (65.62% from 255 or 78.40% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 167 - color contains mainly: red. Hex color #A7220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7220C is #58DDF3. Grayscale: #474747. Windows color (decimal): -5823988 or 795303. OLE color: 795303.

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

Color convert

RGB 167 34 12 -
CMYK 0 0.80 0.93 0.35
HSL 8.52º 0.87% 0.35% -
HSV(B) 8.52º 0.93% 0.65% -
XYZ 16.57 9.39 1.29 -
YUV 71.26 94.56 196.29 -
System Red Green Blue C M Y K H S L
Decimal 167 34 12 0 0.80 0.93 0.35 8.52 0.87 0.35
Hex A7 22 C 0 50 5D 23 9 57 23
Octal 247 42 14 0 120 135 43 11 127 43
Binary 10100111 100010 1100 0 1010000 1011101 100011 1001 1010111 100011

Color Harmonies of #A7220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7220C

Black with #A7220C

Text Example


Text Example

White with #A7220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7220C; }

 p { color: rgb(167,34,12); }

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

background-color css

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

 a { background-color: rgb(167,34,12); }

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

border-color css

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

 span { border-color: rgb(167,34,12); }

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