Html Css Color HEX #A92319 Fire Brick

📋 copy color: '#A92319'

red 169 ◦ green 35 ◦ blue 25

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

Shades of Fire Brick #A92319

Tints of Fire Brick #A92319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.92%

R = 73.8%
G = 15.28%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A92319 (or 0xA92319) is known color: Fire Brick. HEX triplet: A9, 23 and 19. RGB value is (169,35,25). Sum of RGB (Red+Green+Blue) = 169+35+25=229 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.80% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 169 - color contains mainly: red. Hex color #A92319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92319 is #56DCE6. Grayscale: #4A4A4A. Windows color (decimal): -5692647 or 1647529. OLE color: 1647529.

HSL color Cylindrical-coordinate representation of color #A92319: hue angle of 4.17º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A92319 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 35 25 -
CMYK 0 0.79 0.85 0.34
HSL 4.17º 0.74% 0.38% -
HSV(B) 4.17º 0.85% 0.66% -
XYZ 17.14 9.71 1.89 -
YUV 73.93 100.39 195.81 -
System Red Green Blue C M Y K H S L
Decimal 169 35 25 0 0.79 0.85 0.34 4.17 0.74 0.38
Hex A9 23 19 0 4F 55 22 4 4A 26
Octal 251 43 31 0 117 125 42 4 112 46
Binary 10101001 100011 11001 0 1001111 1010101 100010 100 1001010 100110

Color Harmonies of #A92319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92319

Black with #A92319

Text Example


Text Example

White with #A92319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92319; }

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

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

background-color css

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

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

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

border-color css

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

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

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