Html Css Color HEX #A54504 Rust

📋 copy color: '#A54504'

red 165 ◦ green 69 ◦ blue 4

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

Shades of Rust #A54504

Tints of Rust #A54504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.68%

R = 69.33%
G = 28.99%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A54504 (or 0xA54504) is known color: Rust. HEX triplet: A5, 45 and 04. RGB value is (165,69,4). Sum of RGB (Red+Green+Blue) = 165+69+4=238 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.33% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 165 - color contains mainly: red. Hex color #A54504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54504 is #5ABAFB. Grayscale: #5A5A5A. Windows color (decimal): -5946108 or 279973. OLE color: 279973.

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

Color convert

RGB 165 69 4 -
CMYK 0 0.58 0.98 0.35
HSL 24.22º 0.95% 0.33% -
HSV(B) 24.22º 0.98% 0.65% -
XYZ 17.67 12.26 1.55 -
YUV 90.29 79.3 181.29 -
System Red Green Blue C M Y K H S L
Decimal 165 69 4 0 0.58 0.98 0.35 24.22 0.95 0.33
Hex A5 45 4 0 3A 62 23 18 5F 21
Octal 245 105 4 0 72 142 43 30 137 41
Binary 10100101 1000101 100 0 111010 1100010 100011 11000 1011111 100001

Color Harmonies of #A54504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54504

Black with #A54504

Text Example


Text Example

White with #A54504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54504; }

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

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

background-color css

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

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

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

border-color css

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

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

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