Html Css Color HEX #A83217 Rust

📋 copy color: '#A83217'

red 168 ◦ green 50 ◦ blue 23

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

Shades of Rust #A83217

Tints of Rust #A83217

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.75%

 BLUE value IS 23 (9.38% from 255) = 9.54%

R = 69.71%
G = 20.75%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A83217 (or 0xA83217) is known color: Rust. HEX triplet: A8, 32 and 17. RGB value is (168,50,23). Sum of RGB (Red+Green+Blue) = 168+50+23=241 (31% of max value = 765). Red value is 168 (66.02% from 255 or 69.71% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 168 - color contains mainly: red. Hex color #A83217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83217 is #57CDE8. Grayscale: #525252. Windows color (decimal): -5754345 or 1520296. OLE color: 1520296.

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

Color convert

RGB 168 50 23 -
CMYK 0 0.70 0.86 0.34
HSL 11.17º 0.76% 0.37% -
HSV(B) 11.17º 0.86% 0.66% -
XYZ 17.44 10.67 1.95 -
YUV 82.2 94.59 189.2 -
System Red Green Blue C M Y K H S L
Decimal 168 50 23 0 0.70 0.86 0.34 11.17 0.76 0.37
Hex A8 32 17 0 46 56 22 B 4C 25
Octal 250 62 27 0 106 126 42 13 114 45
Binary 10101000 110010 10111 0 1000110 1010110 100010 1011 1001100 100101

Color Harmonies of #A83217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83217

Black with #A83217

Text Example


Text Example

White with #A83217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83217; }

 p { color: rgb(168,50,23); }

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

background-color css

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

 a { background-color: rgb(168,50,23); }

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

border-color css

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

 span { border-color: rgb(168,50,23); }

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