Html Css Color HEX #A53913 Rust

📋 copy color: '#A53913'

red 165 ◦ green 57 ◦ blue 19

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

Shades of Rust #A53913

Tints of Rust #A53913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.88%

R = 68.46%
G = 23.65%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A53913 (or 0xA53913) is known color: Rust. HEX triplet: A5, 39 and 13. RGB value is (165,57,19). Sum of RGB (Red+Green+Blue) = 165+57+19=241 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.46% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 165 - color contains mainly: red. Hex color #A53913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53913 is #5AC6EC. Grayscale: #555555. Windows color (decimal): -5949165 or 1259941. OLE color: 1259941.

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

Color convert

RGB 165 57 19 -
CMYK 0 0.65 0.88 0.35
HSL 15.62º 0.79% 0.36% -
HSV(B) 15.62º 0.88% 0.65% -
XYZ 17.1 10.97 1.83 -
YUV 84.96 90.78 185.09 -
System Red Green Blue C M Y K H S L
Decimal 165 57 19 0 0.65 0.88 0.35 15.62 0.79 0.36
Hex A5 39 13 0 41 58 23 10 4F 24
Octal 245 71 23 0 101 130 43 20 117 44
Binary 10100101 111001 10011 0 1000001 1011000 100011 10000 1001111 100100

Color Harmonies of #A53913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53913

Black with #A53913

Text Example


Text Example

White with #A53913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53913; }

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

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

background-color css

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

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

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

border-color css

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

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

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