Html Css Color HEX #A82012 Fire Brick

📋 copy color: '#A82012'

red 168 ◦ green 32 ◦ blue 18

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

Shades of Fire Brick #A82012

Tints of Fire Brick #A82012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

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

R = 77.06%
G = 14.68%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A82012 (or 0xA82012) is known color: Fire Brick. HEX triplet: A8, 20 and 12. RGB value is (168,32,18). Sum of RGB (Red+Green+Blue) = 168+32+18=218 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.06% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 168 - color contains mainly: red. Hex color #A82012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82012 is #57DFED. Grayscale: #474747. Windows color (decimal): -5758958 or 1188008. OLE color: 1188008.

HSL color Cylindrical-coordinate representation of color #A82012: hue angle of 5.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 #A82012 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 32 18 -
CMYK 0 0.81 0.89 0.34
HSL 5.6º 0.81% 0.36% -
HSV(B) 5.6º 0.89% 0.66% -
XYZ 16.77 9.4 1.5 -
YUV 71.07 98.06 197.14 -
System Red Green Blue C M Y K H S L
Decimal 168 32 18 0 0.81 0.89 0.34 5.6 0.81 0.36
Hex A8 20 12 0 51 59 22 6 51 24
Octal 250 40 22 0 121 131 42 6 121 44
Binary 10101000 100000 10010 0 1010001 1011001 100010 110 1010001 100100

Color Harmonies of #A82012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82012

Black with #A82012

Text Example


Text Example

White with #A82012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82012; }

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

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

background-color css

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

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

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

border-color css

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

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

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