Html Css Color HEX #A82011 Fire Brick

📋 copy color: '#A82011'

red 168 ◦ green 32 ◦ blue 17

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

Shades of Fire Brick #A82011

Tints of Fire Brick #A82011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.83%

R = 77.42%
G = 14.75%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A82011 (or 0xA82011) is known color: Fire Brick. HEX triplet: A8, 20 and 11. RGB value is (168,32,17). Sum of RGB (Red+Green+Blue) = 168+32+17=217 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.42% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 168 - color contains mainly: red. Hex color #A82011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82011 is #57DFEE. Grayscale: #474747. Windows color (decimal): -5758959 or 1122472. OLE color: 1122472.

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

Color convert

RGB 168 32 17 -
CMYK 0 0.81 0.90 0.34
HSL 5.96º 0.82% 0.36% -
HSV(B) 5.96º 0.9% 0.66% -
XYZ 16.77 9.4 1.46 -
YUV 70.95 97.56 197.22 -
System Red Green Blue C M Y K H S L
Decimal 168 32 17 0 0.81 0.90 0.34 5.96 0.82 0.36
Hex A8 20 11 0 51 5A 22 6 52 24
Octal 250 40 21 0 121 132 42 6 122 44
Binary 10101000 100000 10001 0 1010001 1011010 100010 110 1010010 100100

Color Harmonies of #A82011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82011

Black with #A82011

Text Example


Text Example

White with #A82011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82011; }

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

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

background-color css

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

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

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

border-color css

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

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

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