Html Css Color HEX #A53700 Rust

📋 copy color: '#A53700'

red 165 ◦ green 55 ◦ blue 0

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

Shades of Rust #A53700

Tints of Rust #A53700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25%

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

R = 75%
G = 25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A53700 (or 0xA53700) is known color: Rust. HEX triplet: A5, 37 and 00. RGB value is (165,55,0). Sum of RGB (Red+Green+Blue) = 165+55+0=220 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 165 - color contains mainly: red. Hex color #A53700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53700 is #5AC8FF. Grayscale: #515151. Windows color (decimal): -5949696 or 14245. OLE color: 14245.

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

Color convert

RGB 165 55 0 -
CMYK 0 0.67 1 0.35
HSL 20º 1% 0.32% -
HSV(B) 20º 1% 0.65% -
XYZ 16.88 10.73 1.18 -
YUV 81.62 81.94 187.47 -
System Red Green Blue C M Y K H S L
Decimal 165 55 0 0 0.67 1 0.35 20 1 0.32
Hex A5 37 0 0 43 64 23 14 64 20
Octal 245 67 0 0 103 144 43 24 144 40
Binary 10100101 110111 0 0 1000011 1100100 100011 10100 1100100 100000

Color Harmonies of #A53700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53700

Black with #A53700

Text Example


Text Example

White with #A53700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53700; }

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

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

background-color css

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

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

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

border-color css

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

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

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