Html Css Color HEX #A41A16 Fire Brick

📋 copy color: '#A41A16'

red 164 ◦ green 26 ◦ blue 22

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

Shades of Fire Brick #A41A16

Tints of Fire Brick #A41A16

RGB

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

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

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

R = 77.36%
G = 12.26%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A41A16 (or 0xA41A16) is known color: Fire Brick. HEX triplet: A4, 1A and 16. RGB value is (164,26,22). Sum of RGB (Red+Green+Blue) = 164+26+22=212 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.36% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41A16 is #5BE5E9. Grayscale: #424242. Windows color (decimal): -6022634 or 1448612. OLE color: 1448612.

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

Color convert

RGB 164 26 22 -
CMYK 0 0.84 0.87 0.36
HSL 1.69º 0.76% 0.36% -
HSV(B) 1.69º 0.87% 0.64% -
XYZ 15.82 8.69 1.6 -
YUV 66.81 102.72 197.33 -
System Red Green Blue C M Y K H S L
Decimal 164 26 22 0 0.84 0.87 0.36 1.69 0.76 0.36
Hex A4 1A 16 0 54 57 24 2 4C 24
Octal 244 32 26 0 124 127 44 2 114 44
Binary 10100100 11010 10110 0 1010100 1010111 100100 10 1001100 100100

Color Harmonies of #A41A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A16

Black with #A41A16

Text Example


Text Example

White with #A41A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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