Html Css Color HEX #A83716 Rust

📋 copy color: '#A83716'

red 168 ◦ green 55 ◦ blue 22

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

Shades of Rust #A83716

Tints of Rust #A83716

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.45%

 BLUE value IS 22 (8.98% from 255) = 8.98%

R = 68.57%
G = 22.45%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A83716 (or 0xA83716) is known color: Rust. HEX triplet: A8, 37 and 16. RGB value is (168,55,22). Sum of RGB (Red+Green+Blue) = 168+55+22=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A83716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83716 is #57C8E9. Grayscale: #555555. Windows color (decimal): -5753066 or 1456040. OLE color: 1456040.

HSL color Cylindrical-coordinate representation of color #A83716: hue angle of 13.56º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A83716 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 55 22 -
CMYK 0 0.67 0.87 0.34
HSL 13.56º 0.77% 0.37% -
HSV(B) 13.56º 0.87% 0.66% -
XYZ 17.66 11.12 1.97 -
YUV 85.03 92.44 187.18 -
System Red Green Blue C M Y K H S L
Decimal 168 55 22 0 0.67 0.87 0.34 13.56 0.77 0.37
Hex A8 37 16 0 43 57 22 E 4D 25
Octal 250 67 26 0 103 127 42 16 115 45
Binary 10101000 110111 10110 0 1000011 1010111 100010 1110 1001101 100101

Color Harmonies of #A83716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83716

Black with #A83716

Text Example


Text Example

White with #A83716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83716; }

 p { color: rgb(168,55,22); }

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

background-color css

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

 a { background-color: rgb(168,55,22); }

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

border-color css

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

 span { border-color: rgb(168,55,22); }

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