Html Css Color HEX #A83911 Rust

📋 copy color: '#A83911'

red 168 ◦ green 57 ◦ blue 17

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

Shades of Rust #A83911

Tints of Rust #A83911

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.55%

 BLUE value IS 17 (7.03% from 255) = 7.02%

R = 69.42%
G = 23.55%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A83911 (or 0xA83911) is known color: Rust. HEX triplet: A8, 39 and 11. RGB value is (168,57,17). Sum of RGB (Red+Green+Blue) = 168+57+17=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A83911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83911 is #57C6EE. Grayscale: #555555. Windows color (decimal): -5752559 or 1128872. OLE color: 1128872.

HSL color Cylindrical-coordinate representation of color #A83911: hue angle of 15.89º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A83911 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 57 17 -
CMYK 0 0.66 0.90 0.34
HSL 15.89º 0.82% 0.36% -
HSV(B) 15.89º 0.9% 0.66% -
XYZ 17.71 11.29 1.78 -
YUV 85.63 89.27 186.75 -
System Red Green Blue C M Y K H S L
Decimal 168 57 17 0 0.66 0.90 0.34 15.89 0.82 0.36
Hex A8 39 11 0 42 5A 22 10 52 24
Octal 250 71 21 0 102 132 42 20 122 44
Binary 10101000 111001 10001 0 1000010 1011010 100010 10000 1010010 100100

Color Harmonies of #A83911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83911

Black with #A83911

Text Example


Text Example

White with #A83911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83911; }

 p { color: rgb(168,57,17); }

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

background-color css

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

 a { background-color: rgb(168,57,17); }

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

border-color css

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

 span { border-color: rgb(168,57,17); }

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