Html Css Color HEX #A53404 Rust

📋 copy color: '#A53404'

red 165 ◦ green 52 ◦ blue 4

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

Shades of Rust #A53404

Tints of Rust #A53404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.53%

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

R = 74.66%
G = 23.53%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A53404 (or 0xA53404) is known color: Rust. HEX triplet: A5, 34 and 04. RGB value is (165,52,4). Sum of RGB (Red+Green+Blue) = 165+52+4=221 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.66% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 165 - color contains mainly: red. Hex color #A53404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53404 is #5ACBFB. Grayscale: #505050. Windows color (decimal): -5950460 or 275621. OLE color: 275621.

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

Color convert

RGB 165 52 4 -
CMYK 0 0.68 0.98 0.35
HSL 17.89º 0.95% 0.33% -
HSV(B) 17.89º 0.98% 0.65% -
XYZ 16.77 10.46 1.25 -
YUV 80.32 84.94 188.4 -
System Red Green Blue C M Y K H S L
Decimal 165 52 4 0 0.68 0.98 0.35 17.89 0.95 0.33
Hex A5 34 4 0 44 62 23 12 5F 21
Octal 245 64 4 0 104 142 43 22 137 41
Binary 10100101 110100 100 0 1000100 1100010 100011 10010 1011111 100001

Color Harmonies of #A53404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53404

Black with #A53404

Text Example


Text Example

White with #A53404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53404; }

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

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

background-color css

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

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

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

border-color css

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

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

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