Html Css Color HEX #A84419 Rust

📋 copy color: '#A84419'

red 168 ◦ green 68 ◦ blue 25

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

Shades of Rust #A84419

Tints of Rust #A84419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.58%

R = 64.37%
G = 26.05%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A84419 (or 0xA84419) is known color: Rust. HEX triplet: A8, 44 and 19. RGB value is (168,68,25). Sum of RGB (Red+Green+Blue) = 168+68+25=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A84419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84419 is #57BBE6. Grayscale: #5D5D5D. Windows color (decimal): -5749735 or 1655976. OLE color: 1655976.

HSL color Cylindrical-coordinate representation of color #A84419: hue angle of 18.04º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A84419 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 68 25 -
CMYK 0 0.60 0.85 0.34
HSL 18.04º 0.74% 0.38% -
HSV(B) 18.04º 0.85% 0.66% -
XYZ 18.39 12.53 2.37 -
YUV 93 89.63 181.5 -
System Red Green Blue C M Y K H S L
Decimal 168 68 25 0 0.60 0.85 0.34 18.04 0.74 0.38
Hex A8 44 19 0 3C 55 22 12 4A 26
Octal 250 104 31 0 74 125 42 22 112 46
Binary 10101000 1000100 11001 0 111100 1010101 100010 10010 1001010 100110

Color Harmonies of #A84419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84419

Black with #A84419

Text Example


Text Example

White with #A84419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84419; }

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

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

background-color css

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

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

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

border-color css

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

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

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