Html Css Color HEX #A41F14 Fire Brick

📋 copy color: '#A41F14'

red 164 ◦ green 31 ◦ blue 20

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

Shades of Fire Brick #A41F14

Tints of Fire Brick #A41F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.3%

R = 76.28%
G = 14.42%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A41F14 (or 0xA41F14) is known color: Fire Brick. HEX triplet: A4, 1F and 14. RGB value is (164,31,20). Sum of RGB (Red+Green+Blue) = 164+31+20=215 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.28% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41F14 is #5BE0EB. Grayscale: #454545. Windows color (decimal): -6021356 or 1318820. OLE color: 1318820.

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

Color convert

RGB 164 31 20 -
CMYK 0 0.81 0.88 0.36
HSL 4.58º 0.78% 0.36% -
HSV(B) 4.58º 0.88% 0.64% -
XYZ 15.93 8.92 1.54 -
YUV 69.51 100.06 195.39 -
System Red Green Blue C M Y K H S L
Decimal 164 31 20 0 0.81 0.88 0.36 4.58 0.78 0.36
Hex A4 1F 14 0 51 58 24 5 4E 24
Octal 244 37 24 0 121 130 44 5 116 44
Binary 10100100 11111 10100 0 1010001 1011000 100100 101 1001110 100100

Color Harmonies of #A41F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F14

Black with #A41F14

Text Example


Text Example

White with #A41F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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