Html Css Color HEX #A82001 Fire Brick

📋 copy color: '#A82001'

red 168 ◦ green 32 ◦ blue 1

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

Shades of Fire Brick #A82001

Tints of Fire Brick #A82001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 83.58%
G = 15.92%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A82001 (or 0xA82001) is known color: Fire Brick. HEX triplet: A8, 20 and 01. RGB value is (168,32,1). Sum of RGB (Red+Green+Blue) = 168+32+1=201 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.58% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 168 - color contains mainly: red. Hex color #A82001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82001 is #57DFFE. Grayscale: #454545. Windows color (decimal): -5758975 or 73896. OLE color: 73896.

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

Color convert

RGB 168 32 1 -
CMYK 0 0.81 0.99 0.34
HSL 11.14º 0.99% 0.33% -
HSV(B) 11.14º 0.99% 0.66% -
XYZ 16.67 9.36 0.96 -
YUV 69.13 89.56 198.52 -
System Red Green Blue C M Y K H S L
Decimal 168 32 1 0 0.81 0.99 0.34 11.14 0.99 0.33
Hex A8 20 1 0 51 63 22 B 63 21
Octal 250 40 1 0 121 143 42 13 143 41
Binary 10101000 100000 1 0 1010001 1100011 100010 1011 1100011 100001

Color Harmonies of #A82001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82001

Black with #A82001

Text Example


Text Example

White with #A82001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82001; }

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

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

background-color css

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

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

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

border-color css

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

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

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