Html Css Color HEX #A83200 Rust

📋 copy color: '#A83200'

red 168 ◦ green 50 ◦ blue 0

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

Shades of Rust #A83200

Tints of Rust #A83200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.06%
G = 22.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A83200 (or 0xA83200) is known color: Rust. HEX triplet: A8, 32 and 00. RGB value is (168,50,0). Sum of RGB (Red+Green+Blue) = 168+50+0=218 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.06% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 168 - color contains mainly: red. Hex color #A83200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83200 is #57CDFF. Grayscale: #4F4F4F. Windows color (decimal): -5754368 or 12968. OLE color: 12968.

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

Color convert

RGB 168 50 0 -
CMYK 0 0.70 1 0.34
HSL 17.86º 1% 0.33% -
HSV(B) 17.86º 1% 0.66% -
XYZ 17.29 10.61 1.14 -
YUV 79.58 83.09 191.07 -
System Red Green Blue C M Y K H S L
Decimal 168 50 0 0 0.70 1 0.34 17.86 1 0.33
Hex A8 32 0 0 46 64 22 12 64 21
Octal 250 62 0 0 106 144 42 22 144 41
Binary 10101000 110010 0 0 1000110 1100100 100010 10010 1100100 100001

Color Harmonies of #A83200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83200

Black with #A83200

Text Example


Text Example

White with #A83200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83200; }

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

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

background-color css

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

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

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

border-color css

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

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

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