Html Css Color HEX #A53914 Rust

📋 copy color: '#A53914'

red 165 ◦ green 57 ◦ blue 20

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

Shades of Rust #A53914

Tints of Rust #A53914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.26%

R = 68.18%
G = 23.55%
B = 8.26%

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

#A53914 (or 0xA53914) is known color: Rust. HEX triplet: A5, 39 and 14. RGB value is (165,57,20). Sum of RGB (Red+Green+Blue) = 165+57+20=242 (32% of max value = 765). Red value is 165 (64.84% from 255 or 68.18% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 165 - color contains mainly: red. Hex color #A53914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53914 is #5AC6EB. Grayscale: #555555. Windows color (decimal): -5949164 or 1325477. OLE color: 1325477.

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

Color convert

RGB 165 57 20 -
CMYK 0 0.65 0.88 0.35
HSL 15.31º 0.78% 0.36% -
HSV(B) 15.31º 0.88% 0.65% -
XYZ 17.11 10.98 1.88 -
YUV 85.07 91.28 185.01 -
System Red Green Blue C M Y K H S L
Decimal 165 57 20 0 0.65 0.88 0.35 15.31 0.78 0.36
Hex A5 39 14 0 41 58 23 F 4E 24
Octal 245 71 24 0 101 130 43 17 116 44
Binary 10100101 111001 10100 0 1000001 1011000 100011 1111 1001110 100100

Color Harmonies of #A53914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53914

Black with #A53914

Text Example


Text Example

White with #A53914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53914; }

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

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

background-color css

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

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

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

border-color css

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

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

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