Html Css Color HEX #A82112 Fire Brick

📋 copy color: '#A82112'

red 168 ◦ green 33 ◦ blue 18

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

Shades of Fire Brick #A82112

Tints of Fire Brick #A82112

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.07%

 BLUE value IS 18 (7.42% from 255) = 8.22%

R = 76.71%
G = 15.07%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A82112 (or 0xA82112) is known color: Fire Brick. HEX triplet: A8, 21 and 12. RGB value is (168,33,18). Sum of RGB (Red+Green+Blue) = 168+33+18=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A82112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82112 is #57DEED. Grayscale: #474747. Windows color (decimal): -5758702 or 1188264. OLE color: 1188264.

HSL color Cylindrical-coordinate representation of color #A82112: hue angle of 6º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A82112 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 33 18 -
CMYK 0 0.80 0.89 0.34
HSL 0.81% 0.36% -
HSV(B) 0.89% 0.66% -
XYZ 16.8 9.46 1.51 -
YUV 71.66 97.73 196.72 -
System Red Green Blue C M Y K H S L
Decimal 168 33 18 0 0.80 0.89 0.34 6 0.81 0.36
Hex A8 21 12 0 50 59 22 6 51 24
Octal 250 41 22 0 120 131 42 6 121 44
Binary 10101000 100001 10010 0 1010000 1011001 100010 110 1010001 100100

Color Harmonies of #A82112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82112

Black with #A82112

Text Example


Text Example

White with #A82112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82112; }

 p { color: rgb(168,33,18); }

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

background-color css

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

 a { background-color: rgb(168,33,18); }

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

border-color css

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

 span { border-color: rgb(168,33,18); }

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