Html Css Color HEX #A9220C Fire Brick

📋 copy color: '#A9220C'

red 169 ◦ green 34 ◦ blue 12

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

Shades of Fire Brick #A9220C

Tints of Fire Brick #A9220C

RGB

 RED value IS 169 (66.41% from 255) = 78.6%

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

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

R = 78.6%
G = 15.81%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A9220C (or 0xA9220C) is known color: Fire Brick. HEX triplet: A9, 22 and 0C. RGB value is (169,34,12). Sum of RGB (Red+Green+Blue) = 169+34+12=215 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.60% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 169 - color contains mainly: red. Hex color #A9220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9220C is #56DDF3. Grayscale: #484848. Windows color (decimal): -5692916 or 795305. OLE color: 795305.

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

Color convert

RGB 169 34 12 -
CMYK 0 0.80 0.93 0.34
HSL 8.41º 0.87% 0.35% -
HSV(B) 8.41º 0.93% 0.66% -
XYZ 17 9.61 1.31 -
YUV 71.86 94.23 197.29 -
System Red Green Blue C M Y K H S L
Decimal 169 34 12 0 0.80 0.93 0.34 8.41 0.87 0.35
Hex A9 22 C 0 50 5D 22 8 57 23
Octal 251 42 14 0 120 135 42 10 127 43
Binary 10101001 100010 1100 0 1010000 1011101 100010 1000 1010111 100011

Color Harmonies of #A9220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9220C

Black with #A9220C

Text Example


Text Example

White with #A9220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9220C; }

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

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

background-color css

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

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

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

border-color css

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

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

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