Html Css Color HEX #A84013 Rust

📋 copy color: '#A84013'

red 168 ◦ green 64 ◦ blue 19

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

Shades of Rust #A84013

Tints of Rust #A84013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.5%

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

R = 66.93%
G = 25.5%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A84013 (or 0xA84013) is known color: Rust. HEX triplet: A8, 40 and 13. RGB value is (168,64,19). Sum of RGB (Red+Green+Blue) = 168+64+19=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A84013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84013 is #57BFEC. Grayscale: #5A5A5A. Windows color (decimal): -5750765 or 1261736. OLE color: 1261736.

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

Color convert

RGB 168 64 19 -
CMYK 0 0.62 0.89 0.34
HSL 18.12º 0.8% 0.37% -
HSV(B) 18.12º 0.89% 0.66% -
XYZ 18.1 12.04 1.99 -
YUV 89.97 87.96 183.66 -
System Red Green Blue C M Y K H S L
Decimal 168 64 19 0 0.62 0.89 0.34 18.12 0.8 0.37
Hex A8 40 13 0 3E 59 22 12 50 25
Octal 250 100 23 0 76 131 42 22 120 45
Binary 10101000 1000000 10011 0 111110 1011001 100010 10010 1010000 100101

Color Harmonies of #A84013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84013

Black with #A84013

Text Example


Text Example

White with #A84013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84013; }

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

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

background-color css

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

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

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

border-color css

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

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

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