Html Css Color HEX #A53400 Rust

📋 copy color: '#A53400'

red 165 ◦ green 52 ◦ blue 0

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

Shades of Rust #A53400

Tints of Rust #A53400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.96%

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

R = 76.04%
G = 23.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A53400 (or 0xA53400) is known color: Rust. HEX triplet: A5, 34 and 00. RGB value is (165,52,0). Sum of RGB (Red+Green+Blue) = 165+52+0=217 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.04% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 165 - color contains mainly: red. Hex color #A53400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53400 is #5ACBFF. Grayscale: #505050. Windows color (decimal): -5950464 or 13477. OLE color: 13477.

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

Color convert

RGB 165 52 0 -
CMYK 0 0.68 1 0.35
HSL 18.91º 1% 0.32% -
HSV(B) 18.91º 1% 0.65% -
XYZ 16.75 10.46 1.14 -
YUV 79.86 82.94 188.73 -
System Red Green Blue C M Y K H S L
Decimal 165 52 0 0 0.68 1 0.35 18.91 1 0.32
Hex A5 34 0 0 44 64 23 13 64 20
Octal 245 64 0 0 104 144 43 23 144 40
Binary 10100101 110100 0 0 1000100 1100100 100011 10011 1100100 100000

Color Harmonies of #A53400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53400

Black with #A53400

Text Example


Text Example

White with #A53400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53400; }

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

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

background-color css

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

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

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

border-color css

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

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

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