Html Css Color HEX #A81410 Fire Brick

📋 copy color: '#A81410'

red 168 ◦ green 20 ◦ blue 16

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

Shades of Fire Brick #A81410

Tints of Fire Brick #A81410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.8%

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

R = 82.35%
G = 9.8%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A81410 (or 0xA81410) is known color: Fire Brick. HEX triplet: A8, 14 and 10. RGB value is (168,20,16). Sum of RGB (Red+Green+Blue) = 168+20+16=204 (27% of max value = 765). Red value is 168 (66.02% from 255 or 82.35% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 168 - color contains mainly: red. Hex color #A81410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81410 is #57EBEF. Grayscale: #3F3F3F. Windows color (decimal): -5762032 or 1053864. OLE color: 1053864.

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

Color convert

RGB 168 20 16 -
CMYK 0 0.88 0.90 0.34
HSL 1.58º 0.83% 0.36% -
HSV(B) 1.58º 0.9% 0.66% -
XYZ 16.49 8.86 1.33 -
YUV 63.8 101.03 202.33 -
System Red Green Blue C M Y K H S L
Decimal 168 20 16 0 0.88 0.90 0.34 1.58 0.83 0.36
Hex A8 14 10 0 58 5A 22 2 53 24
Octal 250 24 20 0 130 132 42 2 123 44
Binary 10101000 10100 10000 0 1011000 1011010 100010 10 1010011 100100

Color Harmonies of #A81410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81410

Black with #A81410

Text Example


Text Example

White with #A81410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81410; }

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

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

background-color css

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

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

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

border-color css

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

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

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