Html Css Color HEX #A92916 Fire Brick

📋 copy color: '#A92916'

red 169 ◦ green 41 ◦ blue 22

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

Shades of Fire Brick #A92916

Tints of Fire Brick #A92916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.48%

R = 72.84%
G = 17.67%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A92916 (or 0xA92916) is known color: Fire Brick. HEX triplet: A9, 29 and 16. RGB value is (169,41,22). Sum of RGB (Red+Green+Blue) = 169+41+22=232 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.84% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 169 - color contains mainly: red. Hex color #A92916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92916 is #56D6E9. Grayscale: #4D4D4D. Windows color (decimal): -5691114 or 1452457. OLE color: 1452457.

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

Color convert

RGB 169 41 22 -
CMYK 0 0.76 0.87 0.34
HSL 7.76º 0.77% 0.37% -
HSV(B) 7.76º 0.87% 0.66% -
XYZ 17.3 10.08 1.79 -
YUV 77.11 96.91 193.54 -
System Red Green Blue C M Y K H S L
Decimal 169 41 22 0 0.76 0.87 0.34 7.76 0.77 0.37
Hex A9 29 16 0 4C 57 22 8 4D 25
Octal 251 51 26 0 114 127 42 10 115 45
Binary 10101001 101001 10110 0 1001100 1010111 100010 1000 1001101 100101

Color Harmonies of #A92916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92916

Black with #A92916

Text Example


Text Example

White with #A92916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92916; }

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

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

background-color css

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

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

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

border-color css

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

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

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