Html Css Color HEX #A9221E Fire Brick

📋 copy color: '#A9221E'

red 169 ◦ green 34 ◦ blue 30

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

Shades of Fire Brick #A9221E

Tints of Fire Brick #A9221E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.88%

R = 72.53%
G = 14.59%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A9221E (or 0xA9221E) is known color: Fire Brick. HEX triplet: A9, 22 and 1E. RGB value is (169,34,30). Sum of RGB (Red+Green+Blue) = 169+34+30=233 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.53% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 169 - color contains mainly: red. Hex color #A9221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9221E is #56DDE1. Grayscale: #4A4A4A. Windows color (decimal): -5692898 or 1974953. OLE color: 1974953.

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

Color convert

RGB 169 34 30 -
CMYK 0 0.80 0.82 0.34
HSL 1.73º 0.7% 0.39% -
HSV(B) 1.73º 0.82% 0.66% -
XYZ 17.17 9.67 2.19 -
YUV 73.91 103.23 195.83 -
System Red Green Blue C M Y K H S L
Decimal 169 34 30 0 0.80 0.82 0.34 1.73 0.7 0.39
Hex A9 22 1E 0 50 52 22 2 46 27
Octal 251 42 36 0 120 122 42 2 106 47
Binary 10101001 100010 11110 0 1010000 1010010 100010 10 1000110 100111

Color Harmonies of #A9221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9221E

Black with #A9221E

Text Example


Text Example

White with #A9221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9221E; }

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

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

background-color css

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

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

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

border-color css

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

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

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