Html Css Color HEX #A82714 Fire Brick

📋 copy color: '#A82714'

red 168 ◦ green 39 ◦ blue 20

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

Shades of Fire Brick #A82714

Tints of Fire Brick #A82714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.18%

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

R = 74.01%
G = 17.18%
B = 8.81%

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

#A82714 (or 0xA82714) is known color: Fire Brick. HEX triplet: A8, 27 and 14. RGB value is (168,39,20). Sum of RGB (Red+Green+Blue) = 168+39+20=227 (30% of max value = 765). Red value is 168 (66.02% from 255 or 74.01% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 168 - color contains mainly: red. Hex color #A82714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82714 is #57D8EB. Grayscale: #4B4B4B. Windows color (decimal): -5757164 or 1320872. OLE color: 1320872.

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

Color convert

RGB 168 39 20 -
CMYK 0 0.77 0.88 0.34
HSL 7.7º 0.79% 0.37% -
HSV(B) 7.7º 0.88% 0.66% -
XYZ 17 9.83 1.66 -
YUV 75.41 96.74 194.04 -
System Red Green Blue C M Y K H S L
Decimal 168 39 20 0 0.77 0.88 0.34 7.7 0.79 0.37
Hex A8 27 14 0 4D 58 22 8 4F 25
Octal 250 47 24 0 115 130 42 10 117 45
Binary 10101000 100111 10100 0 1001101 1011000 100010 1000 1001111 100101

Color Harmonies of #A82714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82714

Black with #A82714

Text Example


Text Example

White with #A82714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82714; }

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

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

background-color css

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

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

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

border-color css

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

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

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