Html Css Color HEX #A82000 Fire Brick

📋 copy color: '#A82000'

red 168 ◦ green 32 ◦ blue 0

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

Shades of Fire Brick #A82000

Tints of Fire Brick #A82000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84%
G = 16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A82000 (or 0xA82000) is known color: Fire Brick. HEX triplet: A8, 20 and 00. RGB value is (168,32,0). Sum of RGB (Red+Green+Blue) = 168+32+0=200 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 168 - color contains mainly: red. Hex color #A82000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82000 is #57DFFF. Grayscale: #454545. Windows color (decimal): -5758976 or 8360. OLE color: 8360.

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

Color convert

RGB 168 32 0 -
CMYK 0 0.81 1 0.34
HSL 11.43º 1% 0.33% -
HSV(B) 11.43º 1% 0.66% -
XYZ 16.66 9.36 0.93 -
YUV 69.02 89.06 198.6 -
System Red Green Blue C M Y K H S L
Decimal 168 32 0 0 0.81 1 0.34 11.43 1 0.33
Hex A8 20 0 0 51 64 22 B 64 21
Octal 250 40 0 0 121 144 42 13 144 41
Binary 10101000 100000 0 0 1010001 1100100 100010 1011 1100100 100001

Color Harmonies of #A82000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82000

Black with #A82000

Text Example


Text Example

White with #A82000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82000; }

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

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

background-color css

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

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

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

border-color css

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

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

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