Html Css Color HEX #A41A11 Fire Brick

📋 copy color: '#A41A11'

red 164 ◦ green 26 ◦ blue 17

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

Shades of Fire Brick #A41A11

Tints of Fire Brick #A41A11

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.56%

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

R = 79.23%
G = 12.56%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A41A11 (or 0xA41A11) is known color: Fire Brick. HEX triplet: A4, 1A and 11. RGB value is (164,26,17). Sum of RGB (Red+Green+Blue) = 164+26+17=207 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.23% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41A11 is #5BE5EE. Grayscale: #424242. Windows color (decimal): -6022639 or 1120932. OLE color: 1120932.

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

Color convert

RGB 164 26 17 -
CMYK 0 0.84 0.90 0.36
HSL 3.67º 0.81% 0.35% -
HSV(B) 3.67º 0.9% 0.64% -
XYZ 15.78 8.67 1.37 -
YUV 66.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 164 26 17 0 0.84 0.90 0.36 3.67 0.81 0.35
Hex A4 1A 11 0 54 5A 24 4 51 23
Octal 244 32 21 0 124 132 44 4 121 43
Binary 10100100 11010 10001 0 1010100 1011010 100100 100 1010001 100011

Color Harmonies of #A41A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A11

Black with #A41A11

Text Example


Text Example

White with #A41A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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