Html Css Color HEX #A53204 Rust

📋 copy color: '#A53204'

red 165 ◦ green 50 ◦ blue 4

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

Shades of Rust #A53204

Tints of Rust #A53204

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.83%

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

R = 75.34%
G = 22.83%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A53204 (or 0xA53204) is known color: Rust. HEX triplet: A5, 32 and 04. RGB value is (165,50,4). Sum of RGB (Red+Green+Blue) = 165+50+4=219 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75.34% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 165 - color contains mainly: red. Hex color #A53204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53204 is #5ACDFB. Grayscale: #4F4F4F. Windows color (decimal): -5950972 or 275109. OLE color: 275109.

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

Color convert

RGB 165 50 4 -
CMYK 0 0.70 0.98 0.35
HSL 17.14º 0.95% 0.33% -
HSV(B) 17.14º 0.98% 0.65% -
XYZ 16.68 10.29 1.22 -
YUV 79.14 85.6 189.24 -
System Red Green Blue C M Y K H S L
Decimal 165 50 4 0 0.70 0.98 0.35 17.14 0.95 0.33
Hex A5 32 4 0 46 62 23 11 5F 21
Octal 245 62 4 0 106 142 43 21 137 41
Binary 10100101 110010 100 0 1000110 1100010 100011 10001 1011111 100001

Color Harmonies of #A53204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53204

Black with #A53204

Text Example


Text Example

White with #A53204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53204; }

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

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

background-color css

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

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

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

border-color css

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

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

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