Html Css Color HEX #A53A00 Rust

📋 copy color: '#A53A00'

red 165 ◦ green 58 ◦ blue 0

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

Shades of Rust #A53A00

Tints of Rust #A53A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.01%

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

R = 73.99%
G = 26.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A53A00 (or 0xA53A00) is known color: Rust. HEX triplet: A5, 3A and 00. RGB value is (165,58,0). Sum of RGB (Red+Green+Blue) = 165+58+0=223 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.99% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53A00 is #5AC5FF. Grayscale: #535353. Windows color (decimal): -5948928 or 15013. OLE color: 15013.

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

Color convert

RGB 165 58 0 -
CMYK 0 0.65 1 0.35
HSL 21.09º 1% 0.32% -
HSV(B) 21.09º 1% 0.65% -
XYZ 17.03 11.03 1.23 -
YUV 83.38 80.95 186.22 -
System Red Green Blue C M Y K H S L
Decimal 165 58 0 0 0.65 1 0.35 21.09 1 0.32
Hex A5 3A 0 0 41 64 23 15 64 20
Octal 245 72 0 0 101 144 43 25 144 40
Binary 10100101 111010 0 0 1000001 1100100 100011 10101 1100100 100000

Color Harmonies of #A53A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53A00

Black with #A53A00

Text Example


Text Example

White with #A53A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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