Html Css Color HEX #A81A19 Fire Brick

📋 copy color: '#A81A19'

red 168 ◦ green 26 ◦ blue 25

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

Shades of Fire Brick #A81A19

Tints of Fire Brick #A81A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.42%

R = 76.71%
G = 11.87%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A81A19 (or 0xA81A19) is known color: Fire Brick. HEX triplet: A8, 1A and 19. RGB value is (168,26,25). Sum of RGB (Red+Green+Blue) = 168+26+25=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81A19 is #57E5E6. Grayscale: #444444. Windows color (decimal): -5760487 or 1645224. OLE color: 1645224.

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

Color convert

RGB 168 26 25 -
CMYK 0 0.85 0.85 0.34
HSL 0.42º 0.74% 0.38% -
HSV(B) 0.42º 0.85% 0.66% -
XYZ 16.69 9.13 1.8 -
YUV 68.34 103.54 199.08 -
System Red Green Blue C M Y K H S L
Decimal 168 26 25 0 0.85 0.85 0.34 0.42 0.74 0.38
Hex A8 1A 19 0 55 55 22 0 4A 26
Octal 250 32 31 0 125 125 42 0 112 46
Binary 10101000 11010 11001 0 1010101 1010101 100010 0 1001010 100110

Color Harmonies of #A81A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81A19

Black with #A81A19

Text Example


Text Example

White with #A81A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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