Html Css Color HEX #A53D13 Rust

📋 copy color: '#A53D13'

red 165 ◦ green 61 ◦ blue 19

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

Shades of Rust #A53D13

Tints of Rust #A53D13

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.9%

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

R = 67.35%
G = 24.9%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A53D13 (or 0xA53D13) is known color: Rust. HEX triplet: A5, 3D and 13. RGB value is (165,61,19). Sum of RGB (Red+Green+Blue) = 165+61+19=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53D13 is #5AC2EC. Grayscale: #575757. Windows color (decimal): -5948141 or 1260965. OLE color: 1260965.

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

Color convert

RGB 165 61 19 -
CMYK 0 0.63 0.88 0.35
HSL 17.26º 0.79% 0.36% -
HSV(B) 17.26º 0.88% 0.65% -
XYZ 17.3 11.38 1.9 -
YUV 87.31 89.46 183.42 -
System Red Green Blue C M Y K H S L
Decimal 165 61 19 0 0.63 0.88 0.35 17.26 0.79 0.36
Hex A5 3D 13 0 3F 58 23 11 4F 24
Octal 245 75 23 0 77 130 43 21 117 44
Binary 10100101 111101 10011 0 111111 1011000 100011 10001 1001111 100100

Color Harmonies of #A53D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53D13

Black with #A53D13

Text Example


Text Example

White with #A53D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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