Html Css Color HEX #A82614 Fire Brick

📋 copy color: '#A82614'

red 168 ◦ green 38 ◦ blue 20

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

Shades of Fire Brick #A82614

Tints of Fire Brick #A82614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.81%

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

R = 74.34%
G = 16.81%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A82614 (or 0xA82614) is known color: Fire Brick. HEX triplet: A8, 26 and 14. RGB value is (168,38,20). Sum of RGB (Red+Green+Blue) = 168+38+20=226 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.34% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 168 - color contains mainly: red. Hex color #A82614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82614 is #57D9EB. Grayscale: #4B4B4B. Windows color (decimal): -5757420 or 1320616. OLE color: 1320616.

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

Color convert

RGB 168 38 20 -
CMYK 0 0.77 0.88 0.34
HSL 7.3º 0.79% 0.37% -
HSV(B) 7.3º 0.88% 0.66% -
XYZ 16.97 9.76 1.65 -
YUV 74.82 97.07 194.46 -
System Red Green Blue C M Y K H S L
Decimal 168 38 20 0 0.77 0.88 0.34 7.3 0.79 0.37
Hex A8 26 14 0 4D 58 22 7 4F 25
Octal 250 46 24 0 115 130 42 7 117 45
Binary 10101000 100110 10100 0 1001101 1011000 100010 111 1001111 100101

Color Harmonies of #A82614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82614

Black with #A82614

Text Example


Text Example

White with #A82614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82614; }

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

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

background-color css

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

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

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

border-color css

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

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

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