Html Css Color HEX #A41111 Fire Brick

📋 copy color: '#A41111'

red 164 ◦ green 17 ◦ blue 17

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

Shades of Fire Brick #A41111

Tints of Fire Brick #A41111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.59%

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

R = 82.83%
G = 8.59%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A41111 (or 0xA41111) is known color: Fire Brick. HEX triplet: A4, 11 and 11. RGB value is (164,17,17). Sum of RGB (Red+Green+Blue) = 164+17+17=198 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.83% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 164 - color contains mainly: red. Hex color #A41111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41111 is #5BEEEE. Grayscale: #3D3D3D. Windows color (decimal): -6024943 or 1118628. OLE color: 1118628.

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

Color convert

RGB 164 17 17 -
CMYK 0 0.90 0.90 0.36
HSL 0.81% 0.35% -
HSV(B) 0.9% 0.64% -
XYZ 15.61 8.33 1.32 -
YUV 60.95 103.2 201.5 -
System Red Green Blue C M Y K H S L
Decimal 164 17 17 0 0.90 0.90 0.36 0 0.81 0.35
Hex A4 11 11 0 5A 5A 24 0 51 23
Octal 244 21 21 0 132 132 44 0 121 43
Binary 10100100 10001 10001 0 1011010 1011010 100100 0 1010001 100011

Color Harmonies of #A41111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41111

Black with #A41111

Text Example


Text Example

White with #A41111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41111; }

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

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

background-color css

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

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

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

border-color css

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

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

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