Html Css Color HEX #A92516 Fire Brick

📋 copy color: '#A92516'

red 169 ◦ green 37 ◦ blue 22

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

Shades of Fire Brick #A92516

Tints of Fire Brick #A92516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.23%

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

R = 74.12%
G = 16.23%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A92516 (or 0xA92516) is known color: Fire Brick. HEX triplet: A9, 25 and 16. RGB value is (169,37,22). Sum of RGB (Red+Green+Blue) = 169+37+22=228 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.12% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 169 - color contains mainly: red. Hex color #A92516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92516 is #56DAE9. Grayscale: #4A4A4A. Windows color (decimal): -5692138 or 1451433. OLE color: 1451433.

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

Color convert

RGB 169 37 22 -
CMYK 0 0.78 0.87 0.34
HSL 6.12º 0.77% 0.37% -
HSV(B) 6.12º 0.87% 0.66% -
XYZ 17.17 9.82 1.75 -
YUV 74.76 98.23 195.22 -
System Red Green Blue C M Y K H S L
Decimal 169 37 22 0 0.78 0.87 0.34 6.12 0.77 0.37
Hex A9 25 16 0 4E 57 22 6 4D 25
Octal 251 45 26 0 116 127 42 6 115 45
Binary 10101001 100101 10110 0 1001110 1010111 100010 110 1001101 100101

Color Harmonies of #A92516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92516

Black with #A92516

Text Example


Text Example

White with #A92516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92516; }

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

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

background-color css

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

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

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

border-color css

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

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

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