Html Css Color HEX #A54900 Rust

📋 copy color: '#A54900'

red 165 ◦ green 73 ◦ blue 0

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

Shades of Rust #A54900

Tints of Rust #A54900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.67%

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

R = 69.33%
G = 30.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A54900 (or 0xA54900) is known color: Rust. HEX triplet: A5, 49 and 00. RGB value is (165,73,0). Sum of RGB (Red+Green+Blue) = 165+73+0=238 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.33% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 165 - color contains mainly: red. Hex color #A54900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54900 is #5AB6FF. Grayscale: #5C5C5C. Windows color (decimal): -5945088 or 18853. OLE color: 18853.

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

Color convert

RGB 165 73 0 -
CMYK 0 0.56 1 0.35
HSL 26.55º 1% 0.32% -
HSV(B) 26.55º 1% 0.65% -
XYZ 17.9 12.76 1.52 -
YUV 92.19 75.98 179.94 -
System Red Green Blue C M Y K H S L
Decimal 165 73 0 0 0.56 1 0.35 26.55 1 0.32
Hex A5 49 0 0 38 64 23 1B 64 20
Octal 245 111 0 0 70 144 43 33 144 40
Binary 10100101 1001001 0 0 111000 1100100 100011 11011 1100100 100000

Color Harmonies of #A54900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54900

Black with #A54900

Text Example


Text Example

White with #A54900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54900; }

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

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

background-color css

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

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

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

border-color css

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

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

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