Html Css Color HEX #A83910 Rust

📋 copy color: '#A83910'

red 168 ◦ green 57 ◦ blue 16

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

Shades of Rust #A83910

Tints of Rust #A83910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.64%

R = 69.71%
G = 23.65%
B = 6.64%

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

#A83910 (or 0xA83910) is known color: Rust. HEX triplet: A8, 39 and 10. RGB value is (168,57,16). Sum of RGB (Red+Green+Blue) = 168+57+16=241 (31% of max value = 765). Red value is 168 (66.02% from 255 or 69.71% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 168 - color contains mainly: red. Hex color #A83910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83910 is #57C6EF. Grayscale: #555555. Windows color (decimal): -5752560 or 1063336. OLE color: 1063336.

HSL color Cylindrical-coordinate representation of color #A83910: hue angle of 16.18º degrees, saturation: 0.83, 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 #A83910 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 57 16 -
CMYK 0 0.66 0.90 0.34
HSL 16.18º 0.83% 0.36% -
HSV(B) 16.18º 0.9% 0.66% -
XYZ 17.71 11.29 1.74 -
YUV 85.52 88.77 186.83 -
System Red Green Blue C M Y K H S L
Decimal 168 57 16 0 0.66 0.90 0.34 16.18 0.83 0.36
Hex A8 39 10 0 42 5A 22 10 53 24
Octal 250 71 20 0 102 132 42 20 123 44
Binary 10101000 111001 10000 0 1000010 1011010 100010 10000 1010011 100100

Color Harmonies of #A83910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83910

Black with #A83910

Text Example


Text Example

White with #A83910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83910; }

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

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

background-color css

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

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

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

border-color css

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

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

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