Html Css Color HEX #A41F10 Fire Brick

📋 copy color: '#A41F10'

red 164 ◦ green 31 ◦ blue 16

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

Shades of Fire Brick #A41F10

Tints of Fire Brick #A41F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.58%

R = 77.73%
G = 14.69%
B = 7.58%

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

#A41F10 (or 0xA41F10) is known color: Fire Brick. HEX triplet: A4, 1F and 10. RGB value is (164,31,16). Sum of RGB (Red+Green+Blue) = 164+31+16=211 (27% of max value = 765). Red value is 164 (64.45% from 255 or 77.73% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41F10 is #5BE0EF. Grayscale: #454545. Windows color (decimal): -6021360 or 1056676. OLE color: 1056676.

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

Color convert

RGB 164 31 16 -
CMYK 0 0.81 0.90 0.36
HSL 6.08º 0.82% 0.35% -
HSV(B) 6.08º 0.9% 0.64% -
XYZ 15.89 8.91 1.37 -
YUV 69.06 98.06 195.72 -
System Red Green Blue C M Y K H S L
Decimal 164 31 16 0 0.81 0.90 0.36 6.08 0.82 0.35
Hex A4 1F 10 0 51 5A 24 6 52 23
Octal 244 37 20 0 121 132 44 6 122 43
Binary 10100100 11111 10000 0 1010001 1011010 100100 110 1010010 100011

Color Harmonies of #A41F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F10

Black with #A41F10

Text Example


Text Example

White with #A41F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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