Html Css Color HEX #A53311 Rust

📋 copy color: '#A53311'

red 165 ◦ green 51 ◦ blue 17

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

Shades of Rust #A53311

Tints of Rust #A53311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.89%

 BLUE value IS 17 (7.03% from 255) = 7.3%

R = 70.82%
G = 21.89%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A53311 (or 0xA53311) is known color: Rust. HEX triplet: A5, 33 and 11. RGB value is (165,51,17). Sum of RGB (Red+Green+Blue) = 165+51+17=233 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.82% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 165 - color contains mainly: red. Hex color #A53311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53311 is #5ACCEE. Grayscale: #515151. Windows color (decimal): -5950703 or 1127333. OLE color: 1127333.

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

Color convert

RGB 165 51 17 -
CMYK 0 0.69 0.90 0.35
HSL 13.78º 0.81% 0.36% -
HSV(B) 13.78º 0.9% 0.65% -
XYZ 16.8 10.41 1.65 -
YUV 81.21 91.77 187.76 -
System Red Green Blue C M Y K H S L
Decimal 165 51 17 0 0.69 0.90 0.35 13.78 0.81 0.36
Hex A5 33 11 0 45 5A 23 E 51 24
Octal 245 63 21 0 105 132 43 16 121 44
Binary 10100101 110011 10001 0 1000101 1011010 100011 1110 1010001 100100

Color Harmonies of #A53311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53311

Black with #A53311

Text Example


Text Example

White with #A53311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53311; }

 p { color: rgb(165,51,17); }

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

background-color css

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

 a { background-color: rgb(165,51,17); }

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

border-color css

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

 span { border-color: rgb(165,51,17); }

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