Html Css Color HEX #A82013 Fire Brick

📋 copy color: '#A82013'

red 168 ◦ green 32 ◦ blue 19

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

Shades of Fire Brick #A82013

Tints of Fire Brick #A82013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.68%

R = 76.71%
G = 14.61%
B = 8.68%

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

#A82013 (or 0xA82013) is known color: Fire Brick. HEX triplet: A8, 20 and 13. RGB value is (168,32,19). Sum of RGB (Red+Green+Blue) = 168+32+19=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A82013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82013 is #57DFEC. Grayscale: #474747. Windows color (decimal): -5758957 or 1253544. OLE color: 1253544.

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

Color convert

RGB 168 32 19 -
CMYK 0 0.81 0.89 0.34
HSL 5.23º 0.8% 0.37% -
HSV(B) 5.23º 0.89% 0.66% -
XYZ 16.78 9.4 1.55 -
YUV 71.18 98.56 197.06 -
System Red Green Blue C M Y K H S L
Decimal 168 32 19 0 0.81 0.89 0.34 5.23 0.8 0.37
Hex A8 20 13 0 51 59 22 5 50 25
Octal 250 40 23 0 121 131 42 5 120 45
Binary 10101000 100000 10011 0 1010001 1011001 100010 101 1010000 100101

Color Harmonies of #A82013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82013

Black with #A82013

Text Example


Text Example

White with #A82013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82013; }

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

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

background-color css

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

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

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

border-color css

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

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

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