Html Css Color HEX #A84C0D Rust

📋 copy color: '#A84C0D'

red 168 ◦ green 76 ◦ blue 13

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

Shades of Rust #A84C0D

Tints of Rust #A84C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.57%

 BLUE value IS 13 (5.47% from 255) = 5.06%

R = 65.37%
G = 29.57%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A84C0D (or 0xA84C0D) is known color: Rust. HEX triplet: A8, 4C and 0D. RGB value is (168,76,13). Sum of RGB (Red+Green+Blue) = 168+76+13=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84C0D is #57B3F2. Grayscale: #606060. Windows color (decimal): -5747699 or 871592. OLE color: 871592.

HSL color Cylindrical-coordinate representation of color #A84C0D: hue angle of 24.39º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A84C0D is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 76 13 -
CMYK 0 0.55 0.92 0.34
HSL 24.39º 0.86% 0.35% -
HSV(B) 24.39º 0.92% 0.66% -
XYZ 18.81 13.52 2 -
YUV 96.33 80.98 179.12 -
System Red Green Blue C M Y K H S L
Decimal 168 76 13 0 0.55 0.92 0.34 24.39 0.86 0.35
Hex A8 4C D 0 37 5C 22 18 56 23
Octal 250 114 15 0 67 134 42 30 126 43
Binary 10101000 1001100 1101 0 110111 1011100 100010 11000 1010110 100011

Color Harmonies of #A84C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84C0D

Black with #A84C0D

Text Example


Text Example

White with #A84C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84C0D; }

 p { color: rgb(168,76,13); }

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

background-color css

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

 a { background-color: rgb(168,76,13); }

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

border-color css

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

 span { border-color: rgb(168,76,13); }

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