Html Css Color HEX #A41F19 Fire Brick

📋 copy color: '#A41F19'

red 164 ◦ green 31 ◦ blue 25

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

Shades of Fire Brick #A41F19

Tints of Fire Brick #A41F19

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.09%

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

R = 74.55%
G = 14.09%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A41F19 (or 0xA41F19) is known color: Fire Brick. HEX triplet: A4, 1F and 19. RGB value is (164,31,25). Sum of RGB (Red+Green+Blue) = 164+31+25=220 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.55% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41F19 is #5BE0E6. Grayscale: #464646. Windows color (decimal): -6021351 or 1646500. OLE color: 1646500.

HSL color Cylindrical-coordinate representation of color #A41F19: hue angle of 2.59º 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 #A41F19 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 31 25 -
CMYK 0 0.81 0.85 0.36
HSL 2.59º 0.74% 0.37% -
HSV(B) 2.59º 0.85% 0.64% -
XYZ 15.98 8.94 1.8 -
YUV 70.08 102.56 194.99 -
System Red Green Blue C M Y K H S L
Decimal 164 31 25 0 0.81 0.85 0.36 2.59 0.74 0.37
Hex A4 1F 19 0 51 55 24 3 4A 25
Octal 244 37 31 0 121 125 44 3 112 45
Binary 10100100 11111 11001 0 1010001 1010101 100100 11 1001010 100101

Color Harmonies of #A41F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F19

Black with #A41F19

Text Example


Text Example

White with #A41F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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