Html Css Color HEX #A41311 Fire Brick

📋 copy color: '#A41311'

red 164 ◦ green 19 ◦ blue 17

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

Shades of Fire Brick #A41311

Tints of Fire Brick #A41311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.5%

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

R = 82%
G = 9.5%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A41311 (or 0xA41311) is known color: Fire Brick. HEX triplet: A4, 13 and 11. RGB value is (164,19,17). Sum of RGB (Red+Green+Blue) = 164+19+17=200 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 164 - color contains mainly: red. Hex color #A41311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41311 is #5BECEE. Grayscale: #3E3E3E. Windows color (decimal): -6024431 or 1119140. OLE color: 1119140.

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

Color convert

RGB 164 19 17 -
CMYK 0 0.88 0.90 0.36
HSL 0.82º 0.81% 0.35% -
HSV(B) 0.82º 0.9% 0.64% -
XYZ 15.64 8.4 1.33 -
YUV 62.13 102.54 200.66 -
System Red Green Blue C M Y K H S L
Decimal 164 19 17 0 0.88 0.90 0.36 0.82 0.81 0.35
Hex A4 13 11 0 58 5A 24 1 51 23
Octal 244 23 21 0 130 132 44 1 121 43
Binary 10100100 10011 10001 0 1011000 1011010 100100 1 1010001 100011

Color Harmonies of #A41311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41311

Black with #A41311

Text Example


Text Example

White with #A41311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41311; }

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

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

background-color css

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

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

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

border-color css

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

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

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