Html Css Color HEX #A81A14 Fire Brick

📋 copy color: '#A81A14'

red 168 ◦ green 26 ◦ blue 20

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

Shades of Fire Brick #A81A14

Tints of Fire Brick #A81A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.35%

R = 78.5%
G = 12.15%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A81A14 (or 0xA81A14) is known color: Fire Brick. HEX triplet: A8, 1A and 14. RGB value is (168,26,20). Sum of RGB (Red+Green+Blue) = 168+26+20=214 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.50% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81A14 is #57E5EB. Grayscale: #434343. Windows color (decimal): -5760492 or 1317544. OLE color: 1317544.

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

Color convert

RGB 168 26 20 -
CMYK 0 0.85 0.88 0.34
HSL 2.43º 0.79% 0.37% -
HSV(B) 2.43º 0.88% 0.66% -
XYZ 16.64 9.11 1.54 -
YUV 67.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 168 26 20 0 0.85 0.88 0.34 2.43 0.79 0.37
Hex A8 1A 14 0 55 58 22 2 4F 25
Octal 250 32 24 0 125 130 42 2 117 45
Binary 10101000 11010 10100 0 1010101 1011000 100010 10 1001111 100101

Color Harmonies of #A81A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81A14

Black with #A81A14

Text Example


Text Example

White with #A81A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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