Html Css Color HEX #A9290C Fire Brick

📋 copy color: '#A9290C'

red 169 ◦ green 41 ◦ blue 12

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

Shades of Fire Brick #A9290C

Tints of Fire Brick #A9290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

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

R = 76.13%
G = 18.47%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A9290C (or 0xA9290C) is known color: Fire Brick. HEX triplet: A9, 29 and 0C. RGB value is (169,41,12). Sum of RGB (Red+Green+Blue) = 169+41+12=222 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.13% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 169 - color contains mainly: red. Hex color #A9290C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9290C is #56D6F3. Grayscale: #4C4C4C. Windows color (decimal): -5691124 or 797097. OLE color: 797097.

HSL color Cylindrical-coordinate representation of color #A9290C: hue angle of 11.08º 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 #A9290C is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 41 12 -
CMYK 0 0.76 0.93 0.34
HSL 11.08º 0.87% 0.35% -
HSV(B) 11.08º 0.93% 0.66% -
XYZ 17.22 10.05 1.38 -
YUV 75.97 91.91 194.36 -
System Red Green Blue C M Y K H S L
Decimal 169 41 12 0 0.76 0.93 0.34 11.08 0.87 0.35
Hex A9 29 C 0 4C 5D 22 B 57 23
Octal 251 51 14 0 114 135 42 13 127 43
Binary 10101001 101001 1100 0 1001100 1011101 100010 1011 1010111 100011

Color Harmonies of #A9290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9290C

Black with #A9290C

Text Example


Text Example

White with #A9290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9290C; }

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

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

background-color css

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

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

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

border-color css

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

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

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