Html Css Color HEX #A53E00 Rust

📋 copy color: '#A53E00'

red 165 ◦ green 62 ◦ blue 0

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

Shades of Rust #A53E00

Tints of Rust #A53E00

RGB

 RED value IS 165 (64.84% from 255) = 72.69%

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

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

R = 72.69%
G = 27.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A53E00 (or 0xA53E00) is known color: Rust. HEX triplet: A5, 3E and 00. RGB value is (165,62,0). Sum of RGB (Red+Green+Blue) = 165+62+0=227 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.69% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53E00 is #5AC1FF. Grayscale: #565656. Windows color (decimal): -5947904 or 16037. OLE color: 16037.

HSL color Cylindrical-coordinate representation of color #A53E00: hue angle of 22.55º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A53E00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 62 0 -
CMYK 0 0.62 1 0.35
HSL 22.55º 1% 0.32% -
HSV(B) 22.55º 1% 0.65% -
XYZ 17.24 11.44 1.3 -
YUV 85.73 79.62 184.54 -
System Red Green Blue C M Y K H S L
Decimal 165 62 0 0 0.62 1 0.35 22.55 1 0.32
Hex A5 3E 0 0 3E 64 23 17 64 20
Octal 245 76 0 0 76 144 43 27 144 40
Binary 10100101 111110 0 0 111110 1100100 100011 10111 1100100 100000

Color Harmonies of #A53E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53E00

Black with #A53E00

Text Example


Text Example

White with #A53E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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