Html Css Color HEX #A84413 Rust

📋 copy color: '#A84413'

red 168 ◦ green 68 ◦ blue 19

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

Shades of Rust #A84413

Tints of Rust #A84413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.67%

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

R = 65.88%
G = 26.67%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A84413 (or 0xA84413) is known color: Rust. HEX triplet: A8, 44 and 13. RGB value is (168,68,19). Sum of RGB (Red+Green+Blue) = 168+68+19=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A84413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84413 is #57BBEC. Grayscale: #5C5C5C. Windows color (decimal): -5749741 or 1262760. OLE color: 1262760.

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

Color convert

RGB 168 68 19 -
CMYK 0 0.60 0.89 0.34
HSL 19.73º 0.8% 0.37% -
HSV(B) 19.73º 0.89% 0.66% -
XYZ 18.33 12.51 2.06 -
YUV 92.31 86.63 181.98 -
System Red Green Blue C M Y K H S L
Decimal 168 68 19 0 0.60 0.89 0.34 19.73 0.8 0.37
Hex A8 44 13 0 3C 59 22 14 50 25
Octal 250 104 23 0 74 131 42 24 120 45
Binary 10101000 1000100 10011 0 111100 1011001 100010 10100 1010000 100101

Color Harmonies of #A84413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84413

Black with #A84413

Text Example


Text Example

White with #A84413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84413; }

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

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

background-color css

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

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

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

border-color css

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

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

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