Html Css Color HEX #A41F16 Fire Brick

📋 copy color: '#A41F16'

red 164 ◦ green 31 ◦ blue 22

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

Shades of Fire Brick #A41F16

Tints of Fire Brick #A41F16

RGB

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

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

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

R = 75.58%
G = 14.29%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A41F16 (or 0xA41F16) is known color: Fire Brick. HEX triplet: A4, 1F and 16. RGB value is (164,31,22). Sum of RGB (Red+Green+Blue) = 164+31+22=217 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.58% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41F16 is #5BE0E9. Grayscale: #454545. Windows color (decimal): -6021354 or 1449892. OLE color: 1449892.

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

Color convert

RGB 164 31 22 -
CMYK 0 0.81 0.87 0.36
HSL 3.8º 0.76% 0.36% -
HSV(B) 3.8º 0.87% 0.64% -
XYZ 15.94 8.93 1.64 -
YUV 69.74 101.06 195.23 -
System Red Green Blue C M Y K H S L
Decimal 164 31 22 0 0.81 0.87 0.36 3.8 0.76 0.36
Hex A4 1F 16 0 51 57 24 4 4C 24
Octal 244 37 26 0 121 127 44 4 114 44
Binary 10100100 11111 10110 0 1010001 1010111 100100 100 1001100 100100

Color Harmonies of #A41F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F16

Black with #A41F16

Text Example


Text Example

White with #A41F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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