Html Css Color HEX #A54009 Rust

📋 copy color: '#A54009'

red 165 ◦ green 64 ◦ blue 9

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

Shades of Rust #A54009

Tints of Rust #A54009

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.89%

 BLUE value IS 9 (3.91% from 255) = 3.78%

R = 69.33%
G = 26.89%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A54009 (or 0xA54009) is known color: Rust. HEX triplet: A5, 40 and 09. RGB value is (165,64,9). Sum of RGB (Red+Green+Blue) = 165+64+9=238 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.33% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 165 - color contains mainly: red. Hex color #A54009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54009 is #5ABFF6. Grayscale: #585858. Windows color (decimal): -5947383 or 606373. OLE color: 606373.

HSL color Cylindrical-coordinate representation of color #A54009: hue angle of 21.15º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A54009 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 64 9 -
CMYK 0 0.61 0.95 0.35
HSL 21.15º 0.9% 0.34% -
HSV(B) 21.15º 0.95% 0.65% -
XYZ 17.4 11.69 1.6 -
YUV 87.93 83.46 182.97 -
System Red Green Blue C M Y K H S L
Decimal 165 64 9 0 0.61 0.95 0.35 21.15 0.9 0.34
Hex A5 40 9 0 3D 5F 23 15 5A 22
Octal 245 100 11 0 75 137 43 25 132 42
Binary 10100101 1000000 1001 0 111101 1011111 100011 10101 1011010 100010

Color Harmonies of #A54009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54009

Black with #A54009

Text Example


Text Example

White with #A54009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54009; }

 p { color: rgb(165,64,9); }

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

background-color css

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

 a { background-color: rgb(165,64,9); }

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

border-color css

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

 span { border-color: rgb(165,64,9); }

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