Html Css Color HEX #A82E14 Fire Brick

📋 copy color: '#A82E14'

red 168 ◦ green 46 ◦ blue 20

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

Shades of Fire Brick #A82E14

Tints of Fire Brick #A82E14

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.66%

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

R = 71.79%
G = 19.66%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A82E14 (or 0xA82E14) is known color: Fire Brick. HEX triplet: A8, 2E and 14. RGB value is (168,46,20). Sum of RGB (Red+Green+Blue) = 168+46+20=234 (30% of max value = 765). Red value is 168 (66.02% from 255 or 71.79% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 168 - color contains mainly: red. Hex color #A82E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82E14 is #57D1EB. Grayscale: #4F4F4F. Windows color (decimal): -5755372 or 1322664. OLE color: 1322664.

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

Color convert

RGB 168 46 20 -
CMYK 0 0.73 0.88 0.34
HSL 10.54º 0.79% 0.37% -
HSV(B) 10.54º 0.88% 0.66% -
XYZ 17.25 10.33 1.75 -
YUV 79.51 94.42 191.11 -
System Red Green Blue C M Y K H S L
Decimal 168 46 20 0 0.73 0.88 0.34 10.54 0.79 0.37
Hex A8 2E 14 0 49 58 22 B 4F 25
Octal 250 56 24 0 111 130 42 13 117 45
Binary 10101000 101110 10100 0 1001001 1011000 100010 1011 1001111 100101

Color Harmonies of #A82E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82E14

Black with #A82E14

Text Example


Text Example

White with #A82E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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