Html Css Color HEX #A83512 Rust

📋 copy color: '#A83512'

red 168 ◦ green 53 ◦ blue 18

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

Shades of Rust #A83512

Tints of Rust #A83512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.53%

R = 70.29%
G = 22.18%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A83512 (or 0xA83512) is known color: Rust. HEX triplet: A8, 35 and 12. RGB value is (168,53,18). Sum of RGB (Red+Green+Blue) = 168+53+18=239 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.29% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 168 - color contains mainly: red. Hex color #A83512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83512 is #57CAED. Grayscale: #535353. Windows color (decimal): -5753582 or 1193384. OLE color: 1193384.

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

Color convert

RGB 168 53 18 -
CMYK 0 0.68 0.89 0.34
HSL 14º 0.81% 0.36% -
HSV(B) 14º 0.89% 0.66% -
XYZ 17.53 10.91 1.76 -
YUV 83.4 91.1 188.35 -
System Red Green Blue C M Y K H S L
Decimal 168 53 18 0 0.68 0.89 0.34 14 0.81 0.36
Hex A8 35 12 0 44 59 22 E 51 24
Octal 250 65 22 0 104 131 42 16 121 44
Binary 10101000 110101 10010 0 1000100 1011001 100010 1110 1010001 100100

Color Harmonies of #A83512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83512

Black with #A83512

Text Example


Text Example

White with #A83512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83512; }

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

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

background-color css

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

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

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

border-color css

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

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

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