Html Css Color HEX #A41A19 Fire Brick

📋 copy color: '#A41A19'

red 164 ◦ green 26 ◦ blue 25

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

Shades of Fire Brick #A41A19

Tints of Fire Brick #A41A19

RGB

 RED value IS 164 (64.45% from 255) = 76.28%

 GREEN value IS 26 (10.55% from 255) = 12.09%

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

R = 76.28%
G = 12.09%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A41A19 (or 0xA41A19) is known color: Fire Brick. HEX triplet: A4, 1A and 19. RGB value is (164,26,25). Sum of RGB (Red+Green+Blue) = 164+26+25=215 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.28% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41A19 is #5BE5E6. Grayscale: #434343. Windows color (decimal): -6022631 or 1645220. OLE color: 1645220.

HSL color Cylindrical-coordinate representation of color #A41A19: hue angle of 0.43º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41A19 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 26 25 -
CMYK 0 0.84 0.85 0.36
HSL 0.43º 0.74% 0.37% -
HSV(B) 0.43º 0.85% 0.64% -
XYZ 15.85 8.7 1.76 -
YUV 67.15 104.22 197.08 -
System Red Green Blue C M Y K H S L
Decimal 164 26 25 0 0.84 0.85 0.36 0.43 0.74 0.37
Hex A4 1A 19 0 54 55 24 0 4A 25
Octal 244 32 31 0 124 125 44 0 112 45
Binary 10100100 11010 11001 0 1010100 1010101 100100 0 1001010 100101

Color Harmonies of #A41A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A19

Black with #A41A19

Text Example


Text Example

White with #A41A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A19; }

 p { color: rgb(164,26,25); }

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

background-color css

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

 a { background-color: rgb(164,26,25); }

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

border-color css

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

 span { border-color: rgb(164,26,25); }

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