Html Css Color HEX #A83612 Rust

📋 copy color: '#A83612'

red 168 ◦ green 54 ◦ blue 18

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

Shades of Rust #A83612

Tints of Rust #A83612

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.5%

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

R = 70%
G = 22.5%
B = 7.5%

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

#A83612 (or 0xA83612) is known color: Rust. HEX triplet: A8, 36 and 12. RGB value is (168,54,18). Sum of RGB (Red+Green+Blue) = 168+54+18=240 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 168 - color contains mainly: red. Hex color #A83612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83612 is #57C9ED. Grayscale: #545454. Windows color (decimal): -5753326 or 1193640. OLE color: 1193640.

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

Color convert

RGB 168 54 18 -
CMYK 0 0.68 0.89 0.34
HSL 14.4º 0.81% 0.36% -
HSV(B) 14.4º 0.89% 0.66% -
XYZ 17.58 11.01 1.77 -
YUV 83.98 90.77 187.93 -
System Red Green Blue C M Y K H S L
Decimal 168 54 18 0 0.68 0.89 0.34 14.4 0.81 0.36
Hex A8 36 12 0 44 59 22 E 51 24
Octal 250 66 22 0 104 131 42 16 121 44
Binary 10101000 110110 10010 0 1000100 1011001 100010 1110 1010001 100100

Color Harmonies of #A83612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83612

Black with #A83612

Text Example


Text Example

White with #A83612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83612; }

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

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

background-color css

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

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

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

border-color css

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

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

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