Html Css Color HEX #A83510 Rust

📋 copy color: '#A83510'

red 168 ◦ green 53 ◦ blue 16

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

Shades of Rust #A83510

Tints of Rust #A83510

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.36%

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

R = 70.89%
G = 22.36%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A83510 (or 0xA83510) is known color: Rust. HEX triplet: A8, 35 and 10. RGB value is (168,53,16). Sum of RGB (Red+Green+Blue) = 168+53+16=237 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.89% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 168 - color contains mainly: red. Hex color #A83510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83510 is #57CAEF. Grayscale: #535353. Windows color (decimal): -5753584 or 1062312. OLE color: 1062312.

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

Color convert

RGB 168 53 16 -
CMYK 0 0.68 0.90 0.34
HSL 14.61º 0.83% 0.36% -
HSV(B) 14.61º 0.9% 0.66% -
XYZ 17.52 10.91 1.67 -
YUV 83.17 90.1 188.51 -
System Red Green Blue C M Y K H S L
Decimal 168 53 16 0 0.68 0.90 0.34 14.61 0.83 0.36
Hex A8 35 10 0 44 5A 22 F 53 24
Octal 250 65 20 0 104 132 42 17 123 44
Binary 10101000 110101 10000 0 1000100 1011010 100010 1111 1010011 100100

Color Harmonies of #A83510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83510

Black with #A83510

Text Example


Text Example

White with #A83510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83510; }

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

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

background-color css

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

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

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

border-color css

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

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

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