Html Css Color HEX #A81A16 Fire Brick

📋 copy color: '#A81A16'

red 168 ◦ green 26 ◦ blue 22

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

Shades of Fire Brick #A81A16

Tints of Fire Brick #A81A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.04%

 BLUE value IS 22 (8.98% from 255) = 10.19%

R = 77.78%
G = 12.04%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A81A16 (or 0xA81A16) is known color: Fire Brick. HEX triplet: A8, 1A and 16. RGB value is (168,26,22). Sum of RGB (Red+Green+Blue) = 168+26+22=216 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.78% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81A16 is #57E5E9. Grayscale: #444444. Windows color (decimal): -5760490 or 1448616. OLE color: 1448616.

HSL color Cylindrical-coordinate representation of color #A81A16: hue angle of 1.64º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81A16 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 26 22 -
CMYK 0 0.85 0.87 0.34
HSL 1.64º 0.77% 0.37% -
HSV(B) 1.64º 0.87% 0.66% -
XYZ 16.66 9.12 1.64 -
YUV 68 102.04 199.33 -
System Red Green Blue C M Y K H S L
Decimal 168 26 22 0 0.85 0.87 0.34 1.64 0.77 0.37
Hex A8 1A 16 0 55 57 22 2 4D 25
Octal 250 32 26 0 125 127 42 2 115 45
Binary 10101000 11010 10110 0 1010101 1010111 100010 10 1001101 100101

Color Harmonies of #A81A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81A16

Black with #A81A16

Text Example


Text Example

White with #A81A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81A16; }

 p { color: rgb(168,26,22); }

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

background-color css

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

 a { background-color: rgb(168,26,22); }

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

border-color css

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

 span { border-color: rgb(168,26,22); }

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