Html Css Color HEX #A81A18 Fire Brick

📋 copy color: '#A81A18'

red 168 ◦ green 26 ◦ blue 24

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

Shades of Fire Brick #A81A18

Tints of Fire Brick #A81A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.01%

R = 77.06%
G = 11.93%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A81A18 (or 0xA81A18) is known color: Fire Brick. HEX triplet: A8, 1A and 18. RGB value is (168,26,24). Sum of RGB (Red+Green+Blue) = 168+26+24=218 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.06% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81A18 is #57E5E7. Grayscale: #444444. Windows color (decimal): -5760488 or 1579688. OLE color: 1579688.

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

Color convert

RGB 168 26 24 -
CMYK 0 0.85 0.86 0.34
HSL 0.83º 0.75% 0.38% -
HSV(B) 0.83º 0.86% 0.66% -
XYZ 16.68 9.13 1.75 -
YUV 68.23 103.04 199.16 -
System Red Green Blue C M Y K H S L
Decimal 168 26 24 0 0.85 0.86 0.34 0.83 0.75 0.38
Hex A8 1A 18 0 55 56 22 1 4B 26
Octal 250 32 30 0 125 126 42 1 113 46
Binary 10101000 11010 11000 0 1010101 1010110 100010 1 1001011 100110

Color Harmonies of #A81A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81A18

Black with #A81A18

Text Example


Text Example

White with #A81A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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