Html Css Color HEX #A41918 Fire Brick

📋 copy color: '#A41918'

red 164 ◦ green 25 ◦ blue 24

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

Shades of Fire Brick #A41918

Tints of Fire Brick #A41918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.74%

 BLUE value IS 24 (9.77% from 255) = 11.27%

R = 77%
G = 11.74%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A41918 (or 0xA41918) is known color: Fire Brick. HEX triplet: A4, 19 and 18. RGB value is (164,25,24). Sum of RGB (Red+Green+Blue) = 164+25+24=213 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.00% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 164 - color contains mainly: red. Hex color #A41918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41918 is #5BE6E7. Grayscale: #424242. Windows color (decimal): -6022888 or 1579428. OLE color: 1579428.

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

Color convert

RGB 164 25 24 -
CMYK 0 0.85 0.85 0.36
HSL 0.43º 0.74% 0.37% -
HSV(B) 0.43º 0.85% 0.64% -
XYZ 15.82 8.65 1.7 -
YUV 66.45 104.05 197.58 -
System Red Green Blue C M Y K H S L
Decimal 164 25 24 0 0.85 0.85 0.36 0.43 0.74 0.37
Hex A4 19 18 0 55 55 24 0 4A 25
Octal 244 31 30 0 125 125 44 0 112 45
Binary 10100100 11001 11000 0 1010101 1010101 100100 0 1001010 100101

Color Harmonies of #A41918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41918

Black with #A41918

Text Example


Text Example

White with #A41918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41918; }

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

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

background-color css

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

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

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

border-color css

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

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

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