Html Css Color HEX #A22209 Fire Brick

📋 copy color: '#A22209'

red 162 ◦ green 34 ◦ blue 9

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

Shades of Fire Brick #A22209

Tints of Fire Brick #A22209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.39%

R = 79.02%
G = 16.59%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A22209 (or 0xA22209) is known color: Fire Brick. HEX triplet: A2, 22 and 09. RGB value is (162,34,9). Sum of RGB (Red+Green+Blue) = 162+34+9=205 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.02% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 162 - color contains mainly: red. Hex color #A22209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22209 is #5DDDF6. Grayscale: #454545. Windows color (decimal): -6151671 or 598690. OLE color: 598690.

HSL color Cylindrical-coordinate representation of color #A22209: hue angle of 9.8º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A22209 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 34 9 -
CMYK 0 0.79 0.94 0.36
HSL 9.8º 0.89% 0.34% -
HSV(B) 9.8º 0.94% 0.64% -
XYZ 15.52 8.85 1.15 -
YUV 69.42 93.91 194.03 -
System Red Green Blue C M Y K H S L
Decimal 162 34 9 0 0.79 0.94 0.36 9.8 0.89 0.34
Hex A2 22 9 0 4F 5E 24 A 59 22
Octal 242 42 11 0 117 136 44 12 131 42
Binary 10100010 100010 1001 0 1001111 1011110 100100 1010 1011001 100010

Color Harmonies of #A22209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22209

Black with #A22209

Text Example


Text Example

White with #A22209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22209; }

 p { color: rgb(162,34,9); }

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

background-color css

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

 a { background-color: rgb(162,34,9); }

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

border-color css

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

 span { border-color: rgb(162,34,9); }

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