Html Css Color HEX #A41A17 Fire Brick

📋 copy color: '#A41A17'

red 164 ◦ green 26 ◦ blue 23

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

Shades of Fire Brick #A41A17

Tints of Fire Brick #A41A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.8%

R = 77%
G = 12.21%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A41A17 (or 0xA41A17) is known color: Fire Brick. HEX triplet: A4, 1A and 17. RGB value is (164,26,23). Sum of RGB (Red+Green+Blue) = 164+26+23=213 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.00% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 23 (9.38% from 255 or 10.80% from 213); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41A17 is #5BE5E8. Grayscale: #434343. Windows color (decimal): -6022633 or 1514148. OLE color: 1514148.

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

Color convert

RGB 164 26 23 -
CMYK 0 0.84 0.86 0.36
HSL 1.28º 0.75% 0.37% -
HSV(B) 1.28º 0.86% 0.64% -
XYZ 15.83 8.69 1.65 -
YUV 66.92 103.22 197.24 -
System Red Green Blue C M Y K H S L
Decimal 164 26 23 0 0.84 0.86 0.36 1.28 0.75 0.37
Hex A4 1A 17 0 54 56 24 1 4B 25
Octal 244 32 27 0 124 126 44 1 113 45
Binary 10100100 11010 10111 0 1010100 1010110 100100 1 1001011 100101

Color Harmonies of #A41A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A17

Black with #A41A17

Text Example


Text Example

White with #A41A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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