Html Css Color HEX #A53919 Rust

📋 copy color: '#A53919'

red 165 ◦ green 57 ◦ blue 25

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

Shades of Rust #A53919

Tints of Rust #A53919

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.08%

 BLUE value IS 25 (10.16% from 255) = 10.12%

R = 66.8%
G = 23.08%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A53919 (or 0xA53919) is known color: Rust. HEX triplet: A5, 39 and 19. RGB value is (165,57,25). Sum of RGB (Red+Green+Blue) = 165+57+25=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A53919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53919 is #5AC6E6. Grayscale: #555555. Windows color (decimal): -5949159 or 1653157. OLE color: 1653157.

HSL color Cylindrical-coordinate representation of color #A53919: hue angle of 13.71º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A53919 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 57 25 -
CMYK 0 0.65 0.85 0.35
HSL 13.71º 0.74% 0.37% -
HSV(B) 13.71º 0.85% 0.65% -
XYZ 17.16 11 2.14 -
YUV 85.64 93.78 184.6 -
System Red Green Blue C M Y K H S L
Decimal 165 57 25 0 0.65 0.85 0.35 13.71 0.74 0.37
Hex A5 39 19 0 41 55 23 E 4A 25
Octal 245 71 31 0 101 125 43 16 112 45
Binary 10100101 111001 11001 0 1000001 1010101 100011 1110 1001010 100101

Color Harmonies of #A53919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53919

Black with #A53919

Text Example


Text Example

White with #A53919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53919; }

 p { color: rgb(165,57,25); }

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

background-color css

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

 a { background-color: rgb(165,57,25); }

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

border-color css

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

 span { border-color: rgb(165,57,25); }

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