Html Css Color HEX #A41310 Fire Brick

📋 copy color: '#A41310'

red 164 ◦ green 19 ◦ blue 16

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

Shades of Fire Brick #A41310

Tints of Fire Brick #A41310

RGB

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

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

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

R = 82.41%
G = 9.55%
B = 8.04%

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

#A41310 (or 0xA41310) is known color: Fire Brick. HEX triplet: A4, 13 and 10. RGB value is (164,19,16). Sum of RGB (Red+Green+Blue) = 164+19+16=199 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.41% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 164 - color contains mainly: red. Hex color #A41310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41310 is #5BECEF. Grayscale: #3E3E3E. Windows color (decimal): -6024432 or 1053604. OLE color: 1053604.

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

Color convert

RGB 164 19 16 -
CMYK 0 0.88 0.90 0.36
HSL 1.22º 0.82% 0.35% -
HSV(B) 1.22º 0.9% 0.64% -
XYZ 15.64 8.4 1.29 -
YUV 62.01 102.04 200.74 -
System Red Green Blue C M Y K H S L
Decimal 164 19 16 0 0.88 0.90 0.36 1.22 0.82 0.35
Hex A4 13 10 0 58 5A 24 1 52 23
Octal 244 23 20 0 130 132 44 1 122 43
Binary 10100100 10011 10000 0 1011000 1011010 100100 1 1010010 100011

Color Harmonies of #A41310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41310

Black with #A41310

Text Example


Text Example

White with #A41310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41310; }

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

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

background-color css

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

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

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

border-color css

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

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

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