Html Css Color HEX #A84113 Rust

📋 copy color: '#A84113'

red 168 ◦ green 65 ◦ blue 19

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

Shades of Rust #A84113

Tints of Rust #A84113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.79%

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

R = 66.67%
G = 25.79%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A84113 (or 0xA84113) is known color: Rust. HEX triplet: A8, 41 and 13. RGB value is (168,65,19). Sum of RGB (Red+Green+Blue) = 168+65+19=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A84113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84113 is #57BEEC. Grayscale: #5A5A5A. Windows color (decimal): -5750509 or 1261992. OLE color: 1261992.

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

Color convert

RGB 168 65 19 -
CMYK 0 0.61 0.89 0.34
HSL 18.52º 0.8% 0.37% -
HSV(B) 18.52º 0.89% 0.66% -
XYZ 18.16 12.15 2 -
YUV 90.55 87.62 183.24 -
System Red Green Blue C M Y K H S L
Decimal 168 65 19 0 0.61 0.89 0.34 18.52 0.8 0.37
Hex A8 41 13 0 3D 59 22 13 50 25
Octal 250 101 23 0 75 131 42 23 120 45
Binary 10101000 1000001 10011 0 111101 1011001 100010 10011 1010000 100101

Color Harmonies of #A84113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84113

Black with #A84113

Text Example


Text Example

White with #A84113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84113; }

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

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

background-color css

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

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

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

border-color css

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

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

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