Html Css Color HEX #A54A04 Rust

📋 copy color: '#A54A04'

red 165 ◦ green 74 ◦ blue 4

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

Shades of Rust #A54A04

Tints of Rust #A54A04

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.45%

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

R = 67.9%
G = 30.45%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A54A04 (or 0xA54A04) is known color: Rust. HEX triplet: A5, 4A and 04. RGB value is (165,74,4). Sum of RGB (Red+Green+Blue) = 165+74+4=243 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.90% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54A04 is #5AB5FB. Grayscale: #5D5D5D. Windows color (decimal): -5944828 or 281253. OLE color: 281253.

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

Color convert

RGB 165 74 4 -
CMYK 0 0.55 0.98 0.35
HSL 26.09º 0.95% 0.33% -
HSV(B) 26.09º 0.98% 0.65% -
XYZ 17.99 12.91 1.66 -
YUV 93.23 77.65 179.19 -
System Red Green Blue C M Y K H S L
Decimal 165 74 4 0 0.55 0.98 0.35 26.09 0.95 0.33
Hex A5 4A 4 0 37 62 23 1A 5F 21
Octal 245 112 4 0 67 142 43 32 137 41
Binary 10100101 1001010 100 0 110111 1100010 100011 11010 1011111 100001

Color Harmonies of #A54A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A04

Black with #A54A04

Text Example


Text Example

White with #A54A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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