Html Css Color HEX #A41F11 Fire Brick

📋 copy color: '#A41F11'

red 164 ◦ green 31 ◦ blue 17

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

Shades of Fire Brick #A41F11

Tints of Fire Brick #A41F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.02%

R = 77.36%
G = 14.62%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A41F11 (or 0xA41F11) is known color: Fire Brick. HEX triplet: A4, 1F and 11. RGB value is (164,31,17). Sum of RGB (Red+Green+Blue) = 164+31+17=212 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.36% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41F11 is #5BE0EE. Grayscale: #454545. Windows color (decimal): -6021359 or 1122212. OLE color: 1122212.

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

Color convert

RGB 164 31 17 -
CMYK 0 0.81 0.90 0.36
HSL 5.71º 0.81% 0.35% -
HSV(B) 5.71º 0.9% 0.64% -
XYZ 15.9 8.91 1.41 -
YUV 69.17 98.56 195.64 -
System Red Green Blue C M Y K H S L
Decimal 164 31 17 0 0.81 0.90 0.36 5.71 0.81 0.35
Hex A4 1F 11 0 51 5A 24 6 51 23
Octal 244 37 21 0 121 132 44 6 121 43
Binary 10100100 11111 10001 0 1010001 1011010 100100 110 1010001 100011

Color Harmonies of #A41F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F11

Black with #A41F11

Text Example


Text Example

White with #A41F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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