Html Css Color HEX #A92316 Fire Brick

📋 copy color: '#A92316'

red 169 ◦ green 35 ◦ blue 22

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

Shades of Fire Brick #A92316

Tints of Fire Brick #A92316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.49%

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

R = 74.78%
G = 15.49%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A92316 (or 0xA92316) is known color: Fire Brick. HEX triplet: A9, 23 and 16. RGB value is (169,35,22). Sum of RGB (Red+Green+Blue) = 169+35+22=226 (29% of max value = 765). Red value is 169 (66.41% from 255 or 74.78% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 169 - color contains mainly: red. Hex color #A92316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92316 is #56DCE9. Grayscale: #494949. Windows color (decimal): -5692650 or 1450921. OLE color: 1450921.

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

Color convert

RGB 169 35 22 -
CMYK 0 0.79 0.87 0.34
HSL 5.31º 0.77% 0.37% -
HSV(B) 5.31º 0.87% 0.66% -
XYZ 17.11 9.7 1.73 -
YUV 73.58 98.89 196.06 -
System Red Green Blue C M Y K H S L
Decimal 169 35 22 0 0.79 0.87 0.34 5.31 0.77 0.37
Hex A9 23 16 0 4F 57 22 5 4D 25
Octal 251 43 26 0 117 127 42 5 115 45
Binary 10101001 100011 10110 0 1001111 1010111 100010 101 1001101 100101

Color Harmonies of #A92316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92316

Black with #A92316

Text Example


Text Example

White with #A92316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92316; }

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

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

background-color css

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

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

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

border-color css

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

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

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