Html Css Color HEX #A54C04 Rust

📋 copy color: '#A54C04'

red 165 ◦ green 76 ◦ blue 4

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

Shades of Rust #A54C04

Tints of Rust #A54C04

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.02%

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

R = 67.35%
G = 31.02%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A54C04 (or 0xA54C04) is known color: Rust. HEX triplet: A5, 4C and 04. RGB value is (165,76,4). Sum of RGB (Red+Green+Blue) = 165+76+4=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54C04 is #5AB3FB. Grayscale: #5E5E5E. Windows color (decimal): -5944316 or 281765. OLE color: 281765.

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

Color convert

RGB 165 76 4 -
CMYK 0 0.54 0.98 0.35
HSL 26.83º 0.95% 0.33% -
HSV(B) 26.83º 0.98% 0.65% -
XYZ 18.12 13.18 1.7 -
YUV 94.4 76.99 178.35 -
System Red Green Blue C M Y K H S L
Decimal 165 76 4 0 0.54 0.98 0.35 26.83 0.95 0.33
Hex A5 4C 4 0 36 62 23 1B 5F 21
Octal 245 114 4 0 66 142 43 33 137 41
Binary 10100101 1001100 100 0 110110 1100010 100011 11011 1011111 100001

Color Harmonies of #A54C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54C04

Black with #A54C04

Text Example


Text Example

White with #A54C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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