Html Css Color HEX #A81310 Fire Brick

📋 copy color: '#A81310'

red 168 ◦ green 19 ◦ blue 16

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

Shades of Fire Brick #A81310

Tints of Fire Brick #A81310

RGB

 RED value IS 168 (66.02% from 255) = 82.76%

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

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

R = 82.76%
G = 9.36%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A81310 (or 0xA81310) is known color: Fire Brick. HEX triplet: A8, 13 and 10. RGB value is (168,19,16). Sum of RGB (Red+Green+Blue) = 168+19+16=203 (26% of max value = 765). Red value is 168 (66.02% from 255 or 82.76% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 168 - color contains mainly: red. Hex color #A81310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81310 is #57ECEF. Grayscale: #3F3F3F. Windows color (decimal): -5762288 or 1053608. OLE color: 1053608.

HSL color Cylindrical-coordinate representation of color #A81310: hue angle of 1.18º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81310 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 19 16 -
CMYK 0 0.89 0.90 0.34
HSL 1.18º 0.83% 0.36% -
HSV(B) 1.18º 0.9% 0.66% -
XYZ 16.47 8.83 1.33 -
YUV 63.21 101.36 202.74 -
System Red Green Blue C M Y K H S L
Decimal 168 19 16 0 0.89 0.90 0.34 1.18 0.83 0.36
Hex A8 13 10 0 59 5A 22 1 53 24
Octal 250 23 20 0 131 132 42 1 123 44
Binary 10101000 10011 10000 0 1011001 1011010 100010 1 1010011 100100

Color Harmonies of #A81310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81310

Black with #A81310

Text Example


Text Example

White with #A81310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81310; }

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

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

background-color css

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

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

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

border-color css

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

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

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