Html Css Color HEX #A54404 Rust

📋 copy color: '#A54404'

red 165 ◦ green 68 ◦ blue 4

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

Shades of Rust #A54404

Tints of Rust #A54404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.69%

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

R = 69.62%
G = 28.69%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A54404 (or 0xA54404) is known color: Rust. HEX triplet: A5, 44 and 04. RGB value is (165,68,4). Sum of RGB (Red+Green+Blue) = 165+68+4=237 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.62% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 165 - color contains mainly: red. Hex color #A54404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54404 is #5ABBFB. Grayscale: #5A5A5A. Windows color (decimal): -5946364 or 279717. OLE color: 279717.

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

Color convert

RGB 165 68 4 -
CMYK 0 0.59 0.98 0.35
HSL 23.85º 0.95% 0.33% -
HSV(B) 23.85º 0.98% 0.65% -
XYZ 17.61 12.14 1.53 -
YUV 89.71 79.64 181.7 -
System Red Green Blue C M Y K H S L
Decimal 165 68 4 0 0.59 0.98 0.35 23.85 0.95 0.33
Hex A5 44 4 0 3B 62 23 18 5F 21
Octal 245 104 4 0 73 142 43 30 137 41
Binary 10100101 1000100 100 0 111011 1100010 100011 11000 1011111 100001

Color Harmonies of #A54404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54404

Black with #A54404

Text Example


Text Example

White with #A54404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54404; }

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

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

background-color css

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

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

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

border-color css

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

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

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