Html Css Color HEX #A83E10 Rust

📋 copy color: '#A83E10'

red 168 ◦ green 62 ◦ blue 16

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

Shades of Rust #A83E10

Tints of Rust #A83E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.5%

R = 68.29%
G = 25.2%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A83E10 (or 0xA83E10) is known color: Rust. HEX triplet: A8, 3E and 10. RGB value is (168,62,16). Sum of RGB (Red+Green+Blue) = 168+62+16=246 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.29% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 168 - color contains mainly: red. Hex color #A83E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83E10 is #57C1EF. Grayscale: #585858. Windows color (decimal): -5751280 or 1064616. OLE color: 1064616.

HSL color Cylindrical-coordinate representation of color #A83E10: hue angle of 18.16º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A83E10 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 62 16 -
CMYK 0 0.63 0.90 0.34
HSL 18.16º 0.83% 0.36% -
HSV(B) 18.16º 0.9% 0.66% -
XYZ 17.96 11.81 1.82 -
YUV 88.45 87.12 184.74 -
System Red Green Blue C M Y K H S L
Decimal 168 62 16 0 0.63 0.90 0.34 18.16 0.83 0.36
Hex A8 3E 10 0 3F 5A 22 12 53 24
Octal 250 76 20 0 77 132 42 22 123 44
Binary 10101000 111110 10000 0 111111 1011010 100010 10010 1010011 100100

Color Harmonies of #A83E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83E10

Black with #A83E10

Text Example


Text Example

White with #A83E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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