Html Css Color HEX #A81210 Fire Brick

📋 copy color: '#A81210'

red 168 ◦ green 18 ◦ blue 16

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

Shades of Fire Brick #A81210

Tints of Fire Brick #A81210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.91%

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

R = 83.17%
G = 8.91%
B = 7.92%

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

#A81210 (or 0xA81210) is known color: Fire Brick. HEX triplet: A8, 12 and 10. RGB value is (168,18,16). Sum of RGB (Red+Green+Blue) = 168+18+16=202 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.17% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 168 - color contains mainly: red. Hex color #A81210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81210 is #57EDEF. Grayscale: #3E3E3E. Windows color (decimal): -5762544 or 1053352. OLE color: 1053352.

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

Color convert

RGB 168 18 16 -
CMYK 0 0.89 0.90 0.34
HSL 0.79º 0.83% 0.36% -
HSV(B) 0.79º 0.9% 0.66% -
XYZ 16.46 8.79 1.32 -
YUV 62.62 101.7 203.16 -
System Red Green Blue C M Y K H S L
Decimal 168 18 16 0 0.89 0.90 0.34 0.79 0.83 0.36
Hex A8 12 10 0 59 5A 22 1 53 24
Octal 250 22 20 0 131 132 42 1 123 44
Binary 10101000 10010 10000 0 1011001 1011010 100010 1 1010011 100100

Color Harmonies of #A81210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81210

Black with #A81210

Text Example


Text Example

White with #A81210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81210; }

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

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

background-color css

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

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

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

border-color css

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

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

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