Html Css Color HEX #A41C17 Fire Brick

📋 copy color: '#A41C17'

red 164 ◦ green 28 ◦ blue 23

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

Shades of Fire Brick #A41C17

Tints of Fire Brick #A41C17

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.02%

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

R = 76.28%
G = 13.02%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A41C17 (or 0xA41C17) is known color: Fire Brick. HEX triplet: A4, 1C and 17. RGB value is (164,28,23). Sum of RGB (Red+Green+Blue) = 164+28+23=215 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.28% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41C17 is #5BE3E8. Grayscale: #444444. Windows color (decimal): -6022121 or 1514660. OLE color: 1514660.

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

Color convert

RGB 164 28 23 -
CMYK 0 0.83 0.86 0.36
HSL 2.13º 0.75% 0.37% -
HSV(B) 2.13º 0.86% 0.64% -
XYZ 15.88 8.78 1.67 -
YUV 68.09 102.56 196.41 -
System Red Green Blue C M Y K H S L
Decimal 164 28 23 0 0.83 0.86 0.36 2.13 0.75 0.37
Hex A4 1C 17 0 53 56 24 2 4B 25
Octal 244 34 27 0 123 126 44 2 113 45
Binary 10100100 11100 10111 0 1010011 1010110 100100 10 1001011 100101

Color Harmonies of #A41C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41C17

Black with #A41C17

Text Example


Text Example

White with #A41C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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