Html Css Color HEX #A81E14 Fire Brick

📋 copy color: '#A81E14'

red 168 ◦ green 30 ◦ blue 20

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

Shades of Fire Brick #A81E14

Tints of Fire Brick #A81E14

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.76%

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

R = 77.06%
G = 13.76%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A81E14 (or 0xA81E14) is known color: Fire Brick. HEX triplet: A8, 1E and 14. RGB value is (168,30,20). Sum of RGB (Red+Green+Blue) = 168+30+20=218 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.06% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 168 - color contains mainly: red. Hex color #A81E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81E14 is #57E1EB. Grayscale: #464646. Windows color (decimal): -5759468 or 1318568. OLE color: 1318568.

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

Color convert

RGB 168 30 20 -
CMYK 0 0.82 0.88 0.34
HSL 4.05º 0.79% 0.37% -
HSV(B) 4.05º 0.88% 0.66% -
XYZ 16.74 9.3 1.58 -
YUV 70.12 99.72 197.81 -
System Red Green Blue C M Y K H S L
Decimal 168 30 20 0 0.82 0.88 0.34 4.05 0.79 0.37
Hex A8 1E 14 0 52 58 22 4 4F 25
Octal 250 36 24 0 122 130 42 4 117 45
Binary 10101000 11110 10100 0 1010010 1011000 100010 100 1001111 100101

Color Harmonies of #A81E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81E14

Black with #A81E14

Text Example


Text Example

White with #A81E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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