Html Css Color HEX #A82811 Fire Brick

📋 copy color: '#A82811'

red 168 ◦ green 40 ◦ blue 17

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

Shades of Fire Brick #A82811

Tints of Fire Brick #A82811

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.78%

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

R = 74.67%
G = 17.78%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A82811 (or 0xA82811) is known color: Fire Brick. HEX triplet: A8, 28 and 11. RGB value is (168,40,17). Sum of RGB (Red+Green+Blue) = 168+40+17=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A82811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82811 is #57D7EE. Grayscale: #4B4B4B. Windows color (decimal): -5756911 or 1124520. OLE color: 1124520.

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

Color convert

RGB 168 40 17 -
CMYK 0 0.76 0.90 0.34
HSL 9.14º 0.82% 0.36% -
HSV(B) 9.14º 0.9% 0.66% -
XYZ 17.01 9.88 1.54 -
YUV 75.65 94.91 193.87 -
System Red Green Blue C M Y K H S L
Decimal 168 40 17 0 0.76 0.90 0.34 9.14 0.82 0.36
Hex A8 28 11 0 4C 5A 22 9 52 24
Octal 250 50 21 0 114 132 42 11 122 44
Binary 10101000 101000 10001 0 1001100 1011010 100010 1001 1010010 100100

Color Harmonies of #A82811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82811

Black with #A82811

Text Example


Text Example

White with #A82811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82811; }

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

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

background-color css

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

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

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

border-color css

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

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

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