Html Css Color HEX #A83E00 Rust

📋 copy color: '#A83E00'

red 168 ◦ green 62 ◦ blue 0

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

Shades of Rust #A83E00

Tints of Rust #A83E00

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.96%

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

R = 73.04%
G = 26.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A83E00 (or 0xA83E00) is known color: Rust. HEX triplet: A8, 3E and 00. RGB value is (168,62,0). Sum of RGB (Red+Green+Blue) = 168+62+0=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A83E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83E00 is #57C1FF. Grayscale: #565656. Windows color (decimal): -5751296 or 16040. OLE color: 16040.

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

Color convert

RGB 168 62 0 -
CMYK 0 0.63 1 0.34
HSL 22.14º 1% 0.33% -
HSV(B) 22.14º 1% 0.66% -
XYZ 17.87 11.77 1.33 -
YUV 86.63 79.12 186.04 -
System Red Green Blue C M Y K H S L
Decimal 168 62 0 0 0.63 1 0.34 22.14 1 0.33
Hex A8 3E 0 0 3F 64 22 16 64 21
Octal 250 76 0 0 77 144 42 26 144 41
Binary 10101000 111110 0 0 111111 1100100 100010 10110 1100100 100001

Color Harmonies of #A83E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83E00

Black with #A83E00

Text Example


Text Example

White with #A83E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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