Html Css Color HEX #A54500 Rust

📋 copy color: '#A54500'

red 165 ◦ green 69 ◦ blue 0

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

Shades of Rust #A54500

Tints of Rust #A54500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.49%

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

R = 70.51%
G = 29.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A54500 (or 0xA54500) is known color: Rust. HEX triplet: A5, 45 and 00. RGB value is (165,69,0). Sum of RGB (Red+Green+Blue) = 165+69+0=234 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.51% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 165 - color contains mainly: red. Hex color #A54500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54500 is #5ABAFF. Grayscale: #5A5A5A. Windows color (decimal): -5946112 or 17829. OLE color: 17829.

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

Color convert

RGB 165 69 0 -
CMYK 0 0.58 1 0.35
HSL 25.09º 1% 0.32% -
HSV(B) 25.09º 1% 0.65% -
XYZ 17.65 12.26 1.44 -
YUV 89.84 77.3 181.61 -
System Red Green Blue C M Y K H S L
Decimal 165 69 0 0 0.58 1 0.35 25.09 1 0.32
Hex A5 45 0 0 3A 64 23 19 64 20
Octal 245 105 0 0 72 144 43 31 144 40
Binary 10100101 1000101 0 0 111010 1100100 100011 11001 1100100 100000

Color Harmonies of #A54500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54500

Black with #A54500

Text Example


Text Example

White with #A54500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54500; }

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

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

background-color css

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

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

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

border-color css

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

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

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